Class FileData
public sealed class FileData
- Inheritance
-
objectFileData
Properties
Data
Optional. The base64 encoded file data, used when passing the file to the model as a string.
public string Data { get; set; }
Property Value
- string
FileId
Optional. The ID of an uploaded file to use as input.
public string FileId { get; set; }
Property Value
- string
Filename
Optional. The name of the file, used when passing the file to the model as a string.
public string Filename { get; set; }
Property Value
- string
Quote
The specific quote in the file.
public string Quote { get; set; }
Property Value
- string
Url
The URL of the file to be sent to the model.
public string Url { get; set; }
Property Value
- string
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.