DfxFace

interface DfxFace {
    detected: boolean;
    faceRect: DfxRect;
    id: string;
    posePoints: PosePoints;
    poseValid: boolean;
}

Properties

detected: boolean
faceRect: DfxRect
id: string
posePoints: PosePoints
poseValid: boolean