Class EmbedContentResponse
The response to an EmbedContentRequest.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class EmbedContentResponse
Properties
| Edit this page View SourceEmbedding
Output only. The embedding generated from the input content.
Declaration
[JsonProperty("embedding")]
public ContentEmbedding Embedding { get; set; }
Property Value
| Type | Description |
|---|---|
| ContentEmbedding |