Package 

Class TranscribeSettings


  • 
    public final class TranscribeSettings
    
                        

    Settings for video transcription that allow overriding default transcription options.

    • Constructor Detail

      • TranscribeSettings

        TranscribeSettings(List<String> targetLanguages, Boolean generateTitle, Boolean generateDescription, String sourceLanguage)
        Parameters:
        targetLanguages - List of target language codes (ISO 639-1) for transcription.
        generateTitle - Determines if the video title should be automatically generated.
        generateDescription - Determines if the video description should be automatically generated.
        sourceLanguage - The source language code (ISO 639-1) of the video.