analyzeQueryTextSentiment property

  1. @TagNumber(8)
bool analyzeQueryTextSentiment

Implementation

@$pb.TagNumber(8)
$core.bool get analyzeQueryTextSentiment => $_getBF(6);
  1. @TagNumber(8)
void analyzeQueryTextSentiment=(bool v)

Implementation

@$pb.TagNumber(8)
set analyzeQueryTextSentiment($core.bool v) {
  $_setBool(6, v);
}