Class MultiModalEmbeddingResponse (1.119.0)

MultiModalEmbeddingResponse(
 _prediction_response: typing.Any,
 image_embedding: typing.Optional[typing.List[float]] = None,
 video_embeddings: typing.Optional[
 typing.List[vertexai.vision_models.VideoEmbedding]
 ] = None,
 text_embedding: typing.Optional[typing.List[float]] = None,
)

The multimodal embedding response.

Attributes

Name Description
image_embedding List[float]
Optional. The embedding vector generated from your image.
video_embeddings List[VideoEmbedding]
Optional. The embedding vectors generated from your video.
text_embedding List[float]
Optional. The embedding vector generated from the contextual text provided for your image or video.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.