Interface EmbedContentResponse

Response from calling GenerativeModel.embedContent.

interface EmbedContentResponse {
    embedding: ContentEmbedding;
}

Properties

Properties

embedding: ContentEmbedding