Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Распознанный объект в кадре

    interface DetectedObject {
        attributes?: Record<string, any>;
        boundingBox: { height: number; width: number; x: number; y: number };
        confidence: number;
        id: string;
        label: string;
        trackId?: string;
    }
    Index

    Properties

    attributes?: Record<string, any>
    boundingBox: { height: number; width: number; x: number; y: number }
    confidence: number
    id: string
    label: string
    trackId?: string