Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface UseRecognitionPreviewOptions {
        onError?: (error: string) => void;
        onRecognitionComplete?: (fileId: string, data: YoloVideoData) => void;
    }
    Index

    Properties

    onError?: (error: string) => void
    onRecognitionComplete?: (fileId: string, data: YoloVideoData) => void