Skin type Result Scheme
Description
Skin type Algorithmalgorithm_tech_name
algorithm_tech_name
skin_type
area_name
area_name
The algorithm returns metrics and sub-metrics for the following facial areas:
face
main_metric
main_metric
The main metric is the skin type classification of a particular area or a whole face
"main_metric": {
"value": "Oily",
"widget_type": "category",
"name": "Skin type",
"tech_name": "skin_type",
"widget_meta": null
}
value
The skin type value might return one of the following 4 values:Oily
Dry
Normal
Combinational
"widget_type": "category"
this indicates that the value is categorial."name": "Skin type"
"tech_name": "skin_type"
sub_metrics
sub_metrics
The main metric is the skin type classification of a particular area or a whole face
"submetrics": [{
"value": "Oily",
"widget_type": "category",
"name": "U-zone skin type",
"tech_name": "u_zone_skin_type_class"
},
{
"value": "Oily",
"widget_type": "category",
"name": "T-zone skin type",
"tech_name": "t_zone_skin_type_class",
},
]
value
The skin type value might return one of the following 3 values:Oily
Dry
Normal
"widget_type": "category"
this indicates that the value is categorial."name":
"U-zone skin type", "T-zone skin type","tech_name": "skin_type"
masks_restored
masks_restored
The algorithm doesn't return any
masks_original
masks_original
The algorithm doesn't return any
Last updated
Was this helpful?