Class GeminiCitationSource
A citation to a source for a portion of a specific response.
public class GeminiCitationSource
- Inheritance
-
GeminiCitationSource
- Extension Methods
Fields
EndIndex
End of the attributed segment, exclusive.
public int EndIndex
Field Value
License
License for the GitHub project that is attributed as a source for segment.
public string License
Field Value
StartIndex
Start of segment of the response that is attributed to this source.
public int StartIndex
Field Value
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