Firebase.
  A struct describing a source attribution.
Summary
| Properties | |
|---|---|
| EndIndex | intThe exclusive end of a sequence in a model response that derives from a cited source.  | 
| License | stringThe license the cited source work is distributed under, if specified.  | 
| PublicationDate | System.DateTimeThe publication date of the cited source, if available.  | 
| StartIndex | intThe inclusive beginning of a sequence in a model response that derives from a cited source.  | 
| Title | stringThe title of the cited source, if available.  | 
| Uri | System.UriA link to the cited source, if available.  | 
Properties
EndIndex
int Firebase::AI::Citation::EndIndex
The exclusive end of a sequence in a model response that derives from a cited source.
License
string Firebase::AI::Citation::License
The license the cited source work is distributed under, if specified.
PublicationDate
System.DateTime Firebase::AI::Citation::PublicationDate
The publication date of the cited source, if available.
StartIndex
int Firebase::AI::Citation::StartIndex
The inclusive beginning of a sequence in a model response that derives from a cited source.
Title
string Firebase::AI::Citation::Title
The title of the cited source, if available.
Uri
System.Uri Firebase::AI::Citation::Uri
A link to the cited source, if available.