AI Dev Kit
Search Results for

    Show / Hide Table of Contents

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