Package version:

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

interface MaskPropertiesOutput {
    noseAndMouthCovered: boolean;
    type: string;
}

Properties

noseAndMouthCovered: boolean

A boolean value indicating whether nose and mouth are covered.

type: string

Type of the mask.