Annotations

interface Annotations {
    direction: Direction;
    movementConstraintExceeded: boolean;
    relativeFaceSize: number;
    shouldersVisible: boolean;
    silhouette: MeshAnnotation[];
}

Properties

direction: Direction
movementConstraintExceeded: boolean
relativeFaceSize: number
shouldersVisible: boolean
silhouette: MeshAnnotation[]