contentFormat property
The format of the ingested string.
Required. Possible string values are:
- "CONTENT_FORMAT_UNSPECIFIED" : Unspecified content format.
- "JSON" : Content was provided in JSON format.
- "PLAIN_TEXT" : Content was provided as plain text.
Implementation
core.String? contentFormat;