Mask interface

Properties describing the presence of a mask on a given face.

Properties

noseAndMouthCovered

A boolean value indicating whether nose and mouth are covered.

type

Mask type if any of the face. Possible values include: 'noMask', 'faceMask', 'otherMaskOrOcclusion', 'uncertain'

Property Details

noseAndMouthCovered

A boolean value indicating whether nose and mouth are covered.

noseAndMouthCovered?: boolean

Property Value

boolean

type

Mask type if any of the face. Possible values include: 'noMask', 'faceMask', 'otherMaskOrOcclusion', 'uncertain'

type?: MaskType

Property Value