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

    Данные распознавания для одного кадра

    interface YoloFrameData {
        detections: YoloDetection[];
        timestamp: number;
    }
    Index

    Properties

    detections: YoloDetection[]

    Массив обнаруженных объектов

    timestamp: number

    Временная метка кадра (в секундах от начала видео)