Class BatchEmbedContentsResponse
Response from calling {@link GenerativeModel.batchEmbedContents}.
Inheritance
object
BatchEmbedContentsResponse
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class BatchEmbedContentsResponse
Properties
Embeddings
Declaration
public ContentEmbedding[] Embeddings { get; set; }
Property Value
Type | Description |
---|---|
ContentEmbedding[] |