Occlusion Class

Properties describing occlusions on a given face.

Inheritance
Occlusion

Constructor

Occlusion(*, forehead_occluded: Optional[bool] = None, eye_occluded: Optional[bool] = None, mouth_occluded: Optional[bool] = None, **kwargs)

Parameters

forehead_occluded
bool
Required

A boolean value indicating whether forehead is occluded.

eye_occluded
bool
Required

A boolean value indicating whether eyes are occluded.

mouth_occluded
bool
Required

A boolean value indicating whether the mouth is occluded.