Uses of Class
com.google.genai.types.SpeechConfig
Packages that use SpeechConfig
-
Uses of SpeechConfig in com.google.genai.types
Methods in com.google.genai.types that return SpeechConfigModifier and TypeMethodDescriptionabstract SpeechConfigSpeechConfig.Builder.build()static SpeechConfigDeserializes a JSON string to a SpeechConfig object.Methods in com.google.genai.types that return types with arguments of type SpeechConfigModifier and TypeMethodDescriptionabstract Optional<SpeechConfig>GenerateContentConfig.speechConfig()The speech generation configuration.abstract Optional<SpeechConfig>GenerationConfig.speechConfig()Optional.abstract Optional<SpeechConfig>LiveConnectConfig.speechConfig()The speech generation configuration.Methods in com.google.genai.types with parameters of type SpeechConfigModifier and TypeMethodDescriptionabstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.speechConfig(SpeechConfig speechConfig) Setter for speechConfig.abstract GenerationConfig.BuilderGenerationConfig.Builder.speechConfig(SpeechConfig speechConfig) Setter for speechConfig.abstract LiveConnectConfig.BuilderLiveConnectConfig.Builder.speechConfig(SpeechConfig speechConfig) Setter for speechConfig.