contentFormat property

String? contentFormat
getter/setter pair

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;