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 SpeechConfig
SpeechConfig.Builder.build()
static SpeechConfig
Deserializes 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.Builder
GenerateContentConfig.Builder.speechConfig
(SpeechConfig speechConfig) Setter for speechConfig.abstract GenerationConfig.Builder
GenerationConfig.Builder.speechConfig
(SpeechConfig speechConfig) Setter for speechConfig.abstract LiveConnectConfig.Builder
LiveConnectConfig.Builder.speechConfig
(SpeechConfig speechConfig) Setter for speechConfig.