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

    Параметры для генерации субтитров

    interface GenerateSubtitlesParams {
        autoSync?: boolean;
        clipId: string;
        confidenceThreshold?: number;
        detectSpeakers?: boolean;
        includeTimestamps?: boolean;
        language: string;
    }
    Index

    Properties

    autoSync?: boolean
    clipId: string
    confidenceThreshold?: number
    detectSpeakers?: boolean
    includeTimestamps?: boolean
    language: string