Drawables

interface Drawables {
    annotations: Annotations;
    face: DfxFace;
    fps: { faceTracker: string; video: string };
    percentCompleted: number;
    starRating: number;
}

Properties

annotations: Annotations
face: DfxFace
fps: { faceTracker: string; video: string }
percentCompleted: number
starRating: number