Firebase.
File data stored in Cloud Storage for Firebase, referenced by a URI.
Summary
Inheritance
Inherits from: Firebase.AI.ModelContent.Part| Constructors and Destructors | |
|---|---|
| FileDataPart(string mimeType, System.Uri uri)Constructs a new file data part.  | 
| Properties | |
|---|---|
| IsThought | bool | 
| MimeType | stringThe IANA standard MIME type of the data.  | 
| Uri | System.UriThe URI of the file.  | 
| Public functions | |
|---|---|
| ToJson() | Dictionary< string, object > Part. | 
Properties
IsThought
bool Firebase::AI::ModelContent::FileDataPart::IsThought
MimeType
string Firebase::AI::ModelContent::FileDataPart::MimeType
The IANA standard MIME type of the data.
Uri
System.Uri Firebase::AI::ModelContent::FileDataPart::Uri
The URI of the file.
Public functions
FileDataPart
Firebase::AI::ModelContent::FileDataPart::FileDataPart( string mimeType, System.Uri uri )
Constructs a new file data part.
| Details | |||||
|---|---|---|---|---|---|
| Parameters | 
 | 
ToJson
Dictionary< string, object > Part. Firebase::AI::ModelContent::FileDataPart::ToJson()