Class SentimentAnalysisRequestConfig (2.16.0)

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

Configures the types of sentiment analysis to perform.

Attribute

NameDescription
analyze_query_text_sentiment bool
Instructs the service to perform sentiment analysis on ``query_text``. If not provided, sentiment analysis is not performed on ``query_text``.

Inheritance

builtins.object > proto.message.Message > SentimentAnalysisRequestConfig