Interface BatchEmbedContentsResponse

Response from calling GenerativeModel.batchEmbedContents.

interface BatchEmbedContentsResponse {
    embeddings: ContentEmbedding[];
}

Properties

Properties

embeddings: ContentEmbedding[]