LivenessEngine
IntroductionLiveness check engine class. Methods
checkLiveness:error:Checks liveness from the given WAV file. - (LivenessResult* _Nullable)checkLiveness:(NSString* _Nonnull)wavFile error:(NSError* _Nullable* _Nullable)error; ParametersReturn ValueLiveness check result. checkLiveness:sampleRate:error:Checks liveness from the given PCM16 audio samples. - (LivenessResult* _Nullable)checkLiveness:(NSData* _Nonnull)PCM16Samples sampleRate:(size_t)sampleRate error:(NSError* _Nullable* _Nullable)error; ParametersReturn ValueLiveness check result. initWithPath:error:Creates LivenessEngine instance. - (instancetype _Nullable)initWithPath:(NSString* _Nonnull)path error:(NSError* _Nullable* _Nullable)error; Parameters |