TextSentimentPredictionInstance

Prediction input format for Text Sentiment.

Fields
content string

The text snippet to make the predictions on.

mimeType string

The MIME type of the text snippet. The supported MIME types are listed below. - text/plain

JSON representation
{
  "content": string,
  "mimeType": string
}