ISOFaceResult¶
This section covers how to use the ISO Face result Object.
- class cryptonets_python_sdk.helper.result_objects.isoFaceResult.ISOFaceResult(iso_image_width=None, iso_image_height=None, iso_image_channels=None, confidence=None, image=None, status=-1, message='')¶
- Attributes:
confidence
Returns the confidence score for the converted ISO image
image
Returns the PIL Image object face ISO Specification converted
iso_image_channels
Returns the number of channels present in the image
iso_image_height
Returns the height of the Image object
iso_image_width
Returns the width of the Image object
message
Returns the message of the operation
status
Returns the status of the operation
- property confidence: str¶
Returns the confidence score for the converted ISO image
- property image: str¶
Returns the PIL Image object face ISO Specification converted
- property iso_image_channels: str¶
Returns the number of channels present in the image
- property iso_image_height: str¶
Returns the height of the Image object
- property iso_image_width: int¶
Returns the width of the Image object
- property message: str¶
Returns the message of the operation
- property status: int¶
Returns the status of the operation