| 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] |