4.2.3.7. AntiSpoofingDetectorDelegate

  Conforms to NSObject   Declared in STFaceProAntiSpoofingDetector.h

Tasks

– detectDidSuccessfulWithAntiSpoofingScoreArray: required method

Instance Methods

detectDidSuccessfulWithAntiSpoofingScoreArray:

なりすまし検知結果の配列

- (void)detectDidSuccessfulWithAntiSpoofingScoreArray:(NSArray<NSNumber*> *_Nonnull)*scoreArray*

Parameters

scoreArray    なりすまし検知結果の配列。値の範囲は0〜1。値が大きいほど、なりすましである可能性が高くなります。

Discussion

なりすまし検知結果の配列

Declared In

  • STFaceProAntiSpoofingDetector.h

最終更新