MaskPropertiesOutput interface
描述给定人脸上存在掩码的属性。
属性
| nose |
一个布尔值,该值指示鼻子和嘴是否覆盖。 |
| type | 掩码的类型。 可能的值:“faceMask”、“noMask”、“otherMaskOrOcclusion”、“uncertain” |
属性详细信息
noseAndMouthCovered
一个布尔值,该值指示鼻子和嘴是否覆盖。
noseAndMouthCovered: boolean
属性值
boolean
type
掩码的类型。
可能的值:“faceMask”、“noMask”、“otherMaskOrOcclusion”、“uncertain”
type: string
属性值
string