Table of Contents

Class GroundingPassageId

Identifier for a part within a GroundingPassageId.

public class GroundingPassageId
Inheritance
object
GroundingPassageId

Properties

PartIndex

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

public int PartIndex { get; set; }

Property Value

int

PassageId

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

public string PassageId { get; set; }

Property Value

string