Interface IFaceMatch

interface IFaceMatch {
    distance: number;
    label: string;
}

Implemented by

Properties

Properties

distance: number
label: string