Interface IFaceDetecion

interface IFaceDetecion {
    box: Box;
    score: number;
}

Implemented by

Properties

Properties

box: Box
score: number