Class FileContentData
public class FileContentData
- Inheritance
-
objectFileContentData
- Derived
Properties
FileData
Optional. The base64 encoded file data, used when passing the file to the model as a string.
public string FileData { 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
MimeType
public MIMEType MimeType { get; set; }
Property Value
- MIMEType
Quote
The specific quote in the file.
public string Quote { get; set; }
Property Value
- string