Class GeminiCitationSource
A citation to a source for a portion of a specific response.
public class GeminiCitationSource
- Inheritance
-
objectGeminiCitationSource
- Extension Methods
Fields
EndIndex
End of the attributed segment, exclusive.
public int EndIndex
Field Value
- int
License
License for the GitHub project that is attributed as a source for segment.
public string License
Field Value
- string
StartIndex
Start of segment of the response that is attributed to this source.
public int StartIndex
Field Value
- int
Remarks
Index indicates the start of the segment, measured in bytes.
Uri
URI that is attributed as a source for a portion of the text.
public string Uri
Field Value
- string