Enum ContentFormat
public enum ContentFormat
Fields
Base64 = 2The base64 encoded data, used when passing the data to the model as a string.
FileId = 3The ID of an uploaded file to use as input.
Text = 0Plain text data.
Url = 1The URL of the data.