Interface IFaceDetecion

interface IFaceDetecion {
    box: Box<any>;
    score: number;
}

Implemented by

Properties

Properties

box: Box<any>
score: number