Uses of Class
com.google.genai.types.EmbedContentResponse
Packages that use EmbedContentResponse
-
Uses of EmbedContentResponse in com.google.genai
Methods in com.google.genai that return EmbedContentResponseModifier and TypeMethodDescriptionModels.embedContent
(String model, String text, EmbedContentConfig config) Embeds content given a GenAI model and a text string.Models.embedContent
(String model, List<String> texts, EmbedContentConfig config) Embeds content given a GenAI model and a list of text strings.Methods in com.google.genai that return types with arguments of type EmbedContentResponseModifier and TypeMethodDescriptionAsyncModels.embedContent
(String model, String text, EmbedContentConfig config) Asynchronously embeds content given a GenAI model and a text string.AsyncModels.embedContent
(String model, List<String> texts, EmbedContentConfig config) Asynchronously embeds content given a GenAI model and a list of text strings. -
Uses of EmbedContentResponse in com.google.genai.types
Methods in com.google.genai.types that return EmbedContentResponseModifier and TypeMethodDescriptionabstract EmbedContentResponse
EmbedContentResponse.Builder.build()
static EmbedContentResponse
Deserializes a JSON string to a EmbedContentResponse object.