Package version:

Interface OcclusionPropertiesOutput

Properties describing occlusions on a given face.

interface OcclusionPropertiesOutput {
    eyeOccluded: boolean;
    foreheadOccluded: boolean;
    mouthOccluded: boolean;
}

Properties

eyeOccluded: boolean

A boolean value indicating whether eyes are occluded.

foreheadOccluded: boolean

A boolean value indicating whether forehead is occluded.

mouthOccluded: boolean

A boolean value indicating whether the mouth is occluded.