Uses of Class
com.google.genai.gaos.models.interactions.SpeechConfig
Packages that use SpeechConfig
-
Uses of SpeechConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return SpeechConfigModifier and TypeMethodDescriptionSpeechConfig.Builder.build()SpeechConfig.withLanguage(String language) The language of the speech.SpeechConfig.withSpeaker(String speaker) The speaker's name, it should match the speaker name given in the prompt.The voice of the speaker.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type SpeechConfigModifier and TypeMethodDescriptionSpeechConfigUnion.arrayOfSpeechConfig()SpeakerConfig.speakers()Individual speaker configurations.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type SpeechConfigModifier and TypeMethodDescriptionstatic SpeechConfigUnionSpeechConfigUnion.of(List<SpeechConfig> value) SpeakerConfig.Builder.speakers(List<SpeechConfig> speakers) Individual speaker configurations.SpeakerConfig.withSpeakers(List<SpeechConfig> speakers) Individual speaker configurations.Constructor parameters in com.google.genai.gaos.models.interactions with type arguments of type SpeechConfig