Class GeminiGroundingSupportSegment
Segment of the content.
public class GeminiGroundingSupportSegment
- Inheritance
-
objectGeminiGroundingSupportSegment
- Extension Methods
Fields
EndIndex
End index in the given GeminiContentPart, measured in bytes. Offset from the start of the GeminiContentPart, exclusive, starting at zero.
public int EndIndex
Field Value
- int
PartIndex
The index of a GeminiContentPart object within its parent GeminiContent object.
public int PartIndex
Field Value
- int
StartIndex
Start index in the given GeminiContentPart, measured in bytes. Offset from the start of the GeminiContentPart, inclusive, starting at zero.
public int StartIndex
Field Value
- int
Text
The text corresponding to the segment from the response.
public string Text
Field Value
- string