AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class GroundingPassageId

    Identifier for a part within a GroundingPassageId.

    Inheritance
    object
    GroundingPassageId
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class GroundingPassageId

    Properties

    PartIndex

    Output only. Index of the part within the GenerateAnswerRequest's GroundingPassage.content.

    Declaration
    public int PartIndex { get; set; }
    Property Value
    Type Description
    int

    PassageId

    Output only. ID of the passage matching the GenerateAnswerRequest's GroundingPassage.id.

    Declaration
    public string PassageId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX