Interface SentimentAnalysisRequestConfigOrBuilder (4.47.0)

public interface SentimentAnalysisRequestConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnalyzeQueryTextSentiment()

public abstract boolean getAnalyzeQueryTextSentiment()

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

bool analyze_query_text_sentiment = 1;

Returns
TypeDescription
boolean

The analyzeQueryTextSentiment.