Stay organized with collections
Save and categorize content based on your preferences.
Firebase.AI.Citation
A struct describing a source attribution.
Summary
Properties
|
EndIndex
|
int
The exclusive end of a sequence in a model response that derives from a cited source.
|
License
|
string
The license the cited source work is distributed under, if specified.
|
PublicationDate
|
System.DateTime
The publication date of the cited source, if available.
|
StartIndex
|
int
The inclusive beginning of a sequence in a model response that derives from a cited source.
|
Title
|
string
The title of the cited source, if available.
|
Uri
|
System.Uri
A 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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-20 UTC.
[null,null,["Last updated 2025-05-20 UTC."],[],[],null,["# Firebase.AI.Citation Struct Reference\n\nFirebase.AI.Citation\n====================\n\nA struct describing a source attribution.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|\n| [EndIndex](#struct_firebase_1_1_a_i_1_1_citation_1af3939937f3046c3504626c359b7b6aed) | `int` The exclusive end of a sequence in a model response that derives from a cited source. |\n| [License](#struct_firebase_1_1_a_i_1_1_citation_1af493b750e9d772bcec8e90faf08618d0) | `string` The license the cited source work is distributed under, if specified. |\n| [PublicationDate](#struct_firebase_1_1_a_i_1_1_citation_1a16c7dad235c5ae95d99921b89b421e14) | `System.DateTime` The publication date of the cited source, if available. |\n| [StartIndex](#struct_firebase_1_1_a_i_1_1_citation_1a4bbdeba2337d92bbd36d53ae8cde0c85) | `int` The inclusive beginning of a sequence in a model response that derives from a cited source. |\n| [Title](#struct_firebase_1_1_a_i_1_1_citation_1affa336cafca29858dfe14b3caad9d1ee) | `string` The title of the cited source, if available. |\n| [Uri](#struct_firebase_1_1_a_i_1_1_citation_1a5bd5fbec676c3507b0138f4b696251e4) | `System.Uri` A link to the cited source, if available. |\n\nProperties\n----------\n\n### EndIndex\n\n```c#\nint Firebase::AI::Citation::EndIndex\n``` \nThe exclusive end of a sequence in a model response that derives from a cited source. \n\n### License\n\n```c#\nstring Firebase::AI::Citation::License\n``` \nThe license the cited source work is distributed under, if specified. \n\n### PublicationDate\n\n```c#\nSystem.DateTime Firebase::AI::Citation::PublicationDate\n``` \nThe publication date of the cited source, if available. \n\n### StartIndex\n\n```c#\nint Firebase::AI::Citation::StartIndex\n``` \nThe inclusive beginning of a sequence in a model response that derives from a cited source. \n\n### Title\n\n```c#\nstring Firebase::AI::Citation::Title\n``` \nThe title of the cited source, if available. \n\n### Uri\n\n```c#\nSystem.Uri Firebase::AI::Citation::Uri\n``` \nA link to the cited source, if available."]]