Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Cryptonets Python SDK 1.3.23 documentation
Cryptonets Python SDK 1.3.23 documentation
  • Installation Guide
  • Changelog
  • Overview
  • CryptoNets SDK Usage Guide
    • Advanced Usage
  • Factor
    • Face Factor
  • Result Objects
    • AntispoofCheckResult
    • FaceCompareResult
    • FaceDeleteResult
    • FaceEnrollPredictResult
    • FaceObjectResult
      • Utils
    • FaceValidationResult
      • FaceObjectResult
        • Utils
    • ISOFaceResult
    • AgeEstimateResult
      • Utils
  • Configuration
    • ConfigObject
    • LoggingLevel
    • PARAMETERS
Back to top
View this page

FaceValidationResult¶

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

class cryptonets_python_sdk.helper.result_objects.faceValidationResult.FaceValidationResult(error=-1, message='')¶
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

  • FaceObjectResult
    • FaceObjectResult
    • Utils
    • Return Codes for is valid and Error Messages
Next
ISOFaceResult
Previous
Utils
Copyright © 2025, Private Identity LLC
Made with Sphinx and @pradyunsg's Furo
On this page
  • FaceValidationResult
    • FaceValidationResult
      • FaceValidationResult.error
      • FaceValidationResult.face_objects
      • FaceValidationResult.message