Uses of Class
com.google.genai.gaos.models.interactions.TranscriptionConfig
Packages that use TranscriptionConfig
-
Uses of TranscriptionConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return TranscriptionConfigModifier and TypeMethodDescriptionTranscriptionConfig.Builder.build()TranscriptionConfig.withAdaptationPhrases(List<String> adaptationPhrases) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.TranscriptionConfig.withCustomVocabulary(List<String> customVocabulary) Optional.TranscriptionConfig.withDiarizationMode(String diarizationMode) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.TranscriptionConfig.withLanguageCodes(List<String> languageCodes) Optional.TranscriptionConfig.withMode(TranscriptionConfigMode mode) Discriminated transcription mode options or enum.TranscriptionConfig.withTimestampGranularities(List<String> timestampGranularities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type TranscriptionConfigModifier and TypeMethodDescriptionGenerationConfig.transcriptionConfig()Configuration for speech recognition (transcription).Methods in com.google.genai.gaos.models.interactions with parameters of type TranscriptionConfigModifier and TypeMethodDescriptionGenerationConfig.Builder.transcriptionConfig(TranscriptionConfig transcriptionConfig) Configuration for speech recognition (transcription).GenerationConfig.withTranscriptionConfig(TranscriptionConfig transcriptionConfig) Configuration for speech recognition (transcription).Constructors in com.google.genai.gaos.models.interactions with parameters of type TranscriptionConfigModifierConstructorDescriptionGenerationConfig(ImageConfig imageConfig, Integer maxOutputTokens, Integer seed, SpeechConfigUnion speechConfig, List<String> stopSequences, ThinkingLevel thinkingLevel, ThinkingSummaries thinkingSummaries, ToolChoice toolChoice, TranscriptionConfig transcriptionConfig, VideoConfig videoConfig)