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

Pimples Parameter Result Scheme

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

Description

Pimples

algorithm

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

grade

"grade": 1

amount

"amount": 2

areas

"areas": {
    "nose": {
        "amount": 0
    },
    "forehead": {
        "amount": 1
    },
    "left_eye": {
        "amount": 0
    },
    "perioral": {
        "amount": 0
    },
    "right_eye": {
        "amount": 1
    },
    "left_cheek": {
        "amount": 0
    },
    "right_cheek": {
        "amount": 0
    }
}

masks

Example (JSON)

Open
lines.json

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

Last updated