Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.13 KB

File metadata and controls

15 lines (12 loc) · 1.13 KB

# FaceDetection

Properties

Name Type Description Notes
classification string The classification of the recognized object. [optional]
group string The group of the classification. [optional]
id int The id of the detection object. [optional]
probability int The probability that the object found matches the classification. [optional]
coordinates \Irisnet\API\Client\Model\Coordinates [optional]
attributes \Irisnet\API\Client\Model\Attribute[] Attributes characterizing the face detection. Mainly contains attributes that were activated with the ageEstimation prototype. [optional]
subDetections \Irisnet\API\Client\Model\Detection[] A set of sub-detection that are particular to the face detection. Mainly contains detections that were activated with the attributesCheck prototype. [optional]

[Back to Model list] [Back to API list] [Back to README]