FaceValidationResult

This section covers how to use the Face Validation Result Object.

class cryptonets_python_sdk.helper.result_objects.faceValidationResult.FaceValidationResult(error=-1, message='')
Attributes:
error

Returns the status of the operation

face_objects

Returns the list of Face Objects

message

Returns the message of the operation

property error: int

Returns the status of the operation

property face_objects: List[FaceObjectResult]

Returns the list of Face Objects

property message: str

Returns the message of the operation