Class FileRef
Inheritance
object
FileRef
Assembly: .dll
Syntax
Properties
FileData
Optional. The base64 encoded file data, used when passing the file to the model as a string.
Declaration
public string FileData { get; set; }
Property Value
FileId
Optional. The ID of an uploaded file to use as input.
Declaration
public string FileId { get; set; }
Property Value
Filename
Optional. The name of the file, used when passing the file to the model as a string.
Declaration
public string Filename { get; set; }
Property Value
MimeType
Declaration
public MIMEType MimeType { get; set; }
Property Value
Type |
Description |
MIMEType |
|
Quote
The specific quote in the file.
Declaration
public string Quote { get; set; }
Property Value