SentimentAnalysisRequestConfig constructor

SentimentAnalysisRequestConfig({
  1. bool? analyzeQueryTextSentiment = false,
})

Configures the types of sentiment analysis to perform.

Implementation

SentimentAnalysisRequestConfig({
  this.analyzeQueryTextSentiment = false,
});