Uses of Class
com.google.genai.gaos.models.interactions.TextResponseFormat
Packages that use TextResponseFormat
-
Uses of TextResponseFormat in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return TextResponseFormatModifier and TypeMethodDescriptionTextResponseFormat.Builder.build()TextResponseFormat.withMimeType(TextResponseFormatMimeType mimeType) The MIME type of the text output.TextResponseFormat.withSchema(Map<String, Object> schema) The JSON schema that the output should conform to.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type TextResponseFormatMethods in com.google.genai.gaos.models.interactions with parameters of type TextResponseFormatModifier and TypeMethodDescriptionstatic ResponseFormatResponseFormat.of(TextResponseFormat value)