Class EmbedContentResponse
The response to an EmbedContentRequest.
public class EmbedContentResponse
- Inheritance
-
objectEmbedContentResponse
Properties
Embedding
Output only. The embedding generated from the input content.
public ContentEmbedding Embedding { get; set; }