Class EmbedContentResponse
The response to an EmbedContentRequest.
Inheritance
object
EmbedContentResponse
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class EmbedContentResponse
Properties
Embedding
Output only. The embedding generated from the input content.
Declaration
public ContentEmbedding Embedding { get; set; }
Property Value
Type | Description |
---|---|
ContentEmbedding |