Hair interface

Properties describing hair attributes.

Properties

bald

A number describing confidence level of whether the person is bald.

hairColor

An array of candidate colors and confidence level in the presence of each.

invisible

A boolean value describing whether the hair is visible in the image.

Property Details

bald

A number describing confidence level of whether the person is bald.

bald?: number

Property Value

number

hairColor

An array of candidate colors and confidence level in the presence of each.

hairColor?: HairColor[]

Property Value

invisible

A boolean value describing whether the hair is visible in the image.

invisible?: boolean

Property Value

boolean