Class TextSentimentPredictionInstance (1.3.0)

TextSentimentPredictionInstance(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction input format for Text Sentiment. .. attribute:: content

The text snippet to make the predictions on.

:type: str

Attribute

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

Inheritance

builtins.object > proto.message.Message > TextSentimentPredictionInstance