Class BatchEmbedContentsResponse
Response from calling {@link GenerativeModel.batchEmbedContents}.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class BatchEmbedContentsResponse
Properties
| Edit this page View SourceEmbeddings
Declaration
[JsonProperty("embeddings")]
public ContentEmbedding[] Embeddings { get; set; }
Property Value
| Type | Description |
|---|---|
| ContentEmbedding[] |