Uses of Class
com.google.genai.types.SingleEmbedContentResponse
Packages that use SingleEmbedContentResponse
-
Uses of SingleEmbedContentResponse in com.google.genai.types
Methods in com.google.genai.types that return SingleEmbedContentResponseModifier and TypeMethodDescriptionabstract SingleEmbedContentResponse
SingleEmbedContentResponse.Builder.build()
static SingleEmbedContentResponse
Deserializes a JSON string to a SingleEmbedContentResponse object.Methods in com.google.genai.types that return types with arguments of type SingleEmbedContentResponseModifier and TypeMethodDescriptionabstract Optional<SingleEmbedContentResponse>
InlinedEmbedContentResponse.response()
The response to the request.Methods in com.google.genai.types with parameters of type SingleEmbedContentResponseModifier and TypeMethodDescriptionabstract InlinedEmbedContentResponse.Builder
InlinedEmbedContentResponse.Builder.response
(SingleEmbedContentResponse response) Setter for response.