Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface DetectedFace {
        bounding_boxes: BoundingBox[];
        confidence: number;
        face_id?: string;
        person_name?: string;
        timestamps: number[];
    }
    Index

    Properties

    bounding_boxes: BoundingBox[]
    confidence: number
    face_id?: string
    person_name?: string
    timestamps: number[]