Acne Class Result Scheme
Acne Pro
How to filter this result in API response
Filter by field algorithm_family_tech_name
search for value acne.acne_class
How to check if the calculation was successful
Check for the field is_ok
"is_ok": true # no errors
Masks
This algorithm doesn't generate any masks.
Example JSON
{
"id": "2d259be4-231b-4ba5-9227-3faba5a48712",
"result": {
"revision": "master-25cce909",
"image_type": "selfie",
"area_results": [
{
"area_name": "face",
"main_metric": {
"name": "Acne Class",
"units": null,
"value": "moderate",
"tech_name": "acne_class",
"widget_meta": null,
"widget_type": "category",
"widget_show": true
},
"sub_metrics": null
}
],
"algorithm_tech_name": "acne_class",
"masks_original": [],
"masks_restored": []
},
"is_ok": true,
"image_id": "32133003-1d3c-4cfe-95b6-97a8efe70897",
"algorithm_version_id": 101,
"creation_time": "2025-02-26 10:34:05",
"application_id": "7497f948-3de0-48be-be0f-a53ccfbec7fd",
"application_name": "Acne",
"application_description": "Use this app to precisely analyse acne conditions. This algorithm was developed under the supervision of a skin physiology specialist and can distinguish between 4 different acne manifestations, such as (1) papules, (2) pustules, (3) acne inflammation and (4) post-acne hyperpigmentation. This new algorithm will help to assess the severity of acne in a more detailed way and evaluate the dynamics of change of this skin condition.",
"application_run_id": "4833ea3f-55d6-4e9d-bcc1-ea14fa14fcee",
"image_type": "selfie",
"algorithm_family_tech_name": "acne.acne_class"
}
Last updated
Was this helpful?