Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| Age | Int32 | The estimated age of the person based on the face image | |
| Gender | String | The predicted gender classification (e.g. 'Male', 'Female', 'Unknown') | |
| Emotion | String | The dominant emotion detected (e.g. 'Anger', 'Contempt', 'Disgust', 'Fear', 'Happiness', 'Neutral', 'Sadness', 'Surprise', 'Unknown') | |
| Smile | Double | 0.000 - 1.000 | Confidence score indicating the intensity of a smile. 0.0 represents no smile; 1.0 represents a definite smile |
| HairColour | String | The dominant hair colour detected (e.g. 'White', 'Gray', 'Blond', 'Brown', 'Red', 'Black', 'Other', 'Unknown') | |
| FacialHair | String | Indicates the presence or type of facial hair (e.g. 'Moustache', 'Beard', 'Sideburns', 'No', 'Yes', 'Unknown') | |
| Makeup | String | Indicates if makeup is present (e.g. 'Yes', 'No' or 'Unknown') | |
| Glasses | String | The type of eyewear detected. (e.g. 'None', 'Reading Glasses', 'Sunglasses', 'Swimming Goggles') | |
| Accessories | String | A list or description of other detected items (e.g., 'Headwear', 'Mask', 'No accessories'). |