Uses of Class
com.google.genai.types.TranslationConfig
Packages that use TranslationConfig
-
Uses of TranslationConfig in com.google.genai.types
Methods in com.google.genai.types that return TranslationConfigModifier and TypeMethodDescriptionabstract TranslationConfigTranslationConfig.Builder.build()static TranslationConfigDeserializes a JSON string to a TranslationConfig object.Methods in com.google.genai.types that return types with arguments of type TranslationConfigModifier and TypeMethodDescriptionabstract Optional<TranslationConfig>LiveConnectConfig.translationConfig()Config for translation.Methods in com.google.genai.types with parameters of type TranslationConfigModifier and TypeMethodDescriptionabstract LiveConnectConfig.BuilderLiveConnectConfig.Builder.translationConfig(TranslationConfig translationConfig) Setter for translationConfig.