LivenessResult
IntroductionThe LivenessResult interface. An interface for a liveness check result. Methods
getStatusCodeGets validation status code - (LivenessResultValidationStatusCode)getStatusCode; Return ValueValidation status code. getValue:Gets validation result value. Available only if validation preceding liveness check was successful, - (LivenessResultValue* _Nullable)getValue:(NSError* _Nullable* _Nullable)error; ParametersReturn ValueLiveness check result value See
okReturns flag indicating whether validation was successful and liveness result value is available - (VoiceSdkBool* _Nullable)ok; Return Valuetrue if validation was successful and value is available, otherwise false |