AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    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
    In this article
    Back to top Generated by DocFX