Uses of Class
com.google.genai.gaos.models.interactions.SpeechConfigUnion
Packages that use SpeechConfigUnion
-
Uses of SpeechConfigUnion in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return SpeechConfigUnionModifier and TypeMethodDescriptionstatic SpeechConfigUnionSpeechConfigUnion.of(SpeakerConfig value) static SpeechConfigUnionSpeechConfigUnion.of(List<SpeechConfig> value) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type SpeechConfigUnionMethods in com.google.genai.gaos.models.interactions with parameters of type SpeechConfigUnionModifier and TypeMethodDescriptionGenerationConfig.Builder.speechConfig(SpeechConfigUnion speechConfig) Optional.GenerationConfig.withSpeechConfig(SpeechConfigUnion speechConfig) Optional.Constructors in com.google.genai.gaos.models.interactions with parameters of type SpeechConfigUnionModifierConstructorDescriptionGenerationConfig(ImageConfig imageConfig, Integer maxOutputTokens, Integer seed, SpeechConfigUnion speechConfig, List<String> stopSequences, ThinkingLevel thinkingLevel, ThinkingSummaries thinkingSummaries, ToolChoice toolChoice, TranscriptionConfig transcriptionConfig, VideoConfig videoConfig)