Package version:

Properties describing facial hair attributes.

interface FacialHairOutput {
    beard: number;
    moustache: number;
    sideburns: number;
}

Properties

beard: number

A number ranging from 0 to 1 indicating a level of confidence associated with a property.

moustache: number

A number ranging from 0 to 1 indicating a level of confidence associated with a property.

sideburns: number

A number ranging from 0 to 1 indicating a level of confidence associated with a property.