FaceAttributeType.ModelDetection03 Class

  • java.lang.Object
    • com.azure.ai.vision.face.models.FaceAttributeType.ModelDetection03

public static final class FaceAttributeType.ModelDetection03

Face attribute supported by Detection03.

Field Summary

Modifier and Type Field and Description
static final FaceAttributeType BLUR

Face is blurry or not.

static final FaceAttributeType HEAD_POSE

3-D roll/yaw/pitch angles for face direction.

static final FaceAttributeType MASK

Whether each face is wearing a mask.

Constructor Summary

Constructor Description
ModelDetection03()

Methods inherited from java.lang.Object

Field Details

BLUR

public static final FaceAttributeType BLUR

Face is blurry or not. Level returns 'Low', 'Medium' or 'High'. Value returns a number between [0,1], the larger the blurrier.

HEAD_POSE

public static final FaceAttributeType HEAD_POSE

3-D roll/yaw/pitch angles for face direction.

MASK

public static final FaceAttributeType MASK

Whether each face is wearing a mask. Mask type returns 'noMask', 'faceMask', 'otherMaskOrOcclusion', or 'uncertain'. Value returns a boolean 'noseAndMouthCovered' indicating whether nose and mouth are covered.

Constructor Details

ModelDetection03

public ModelDetection03()

Applies to