For the complete documentation index, see llms.txt. This page is also available as Markdown.

Acne Inflammation Parameter Result Scheme

Result scheme for the Acne Inflammation parameter in the Face Skin Analysis 3.0 API: the algorithm, grade, density, area, and mask fields.

Description

Acne Inflammation

algorithm

"algorithm": {
    "name": "inflammation",
    "version": 1
}

grade

"grade": 1

density

"density": 1

areas

"areas": {
    "nose": {
        "density": 0
    },
    "forehead": {
        "density": 0
    },
    "left_eye": {
        "density": 0
    },
    "perioral": {
        "density": 4
    },
    "right_eye": {
        "density": 0
    },
    "left_cheek": {
        "density": 0
    },
    "right_cheek": {
        "density": 6
    }
}

masks

Example (JSON)

lines.json

Book a demo external-linkFace Skin Analysis 3.0 on haut.ai

Last updated