AnalyzeSentimentResponse constructor

AnalyzeSentimentResponse({
  1. Sentiment? documentSentiment,
  2. String languageCode = '',
  3. List<Sentence> sentences = const [],
  4. bool languageSupported = false,
})

Implementation

AnalyzeSentimentResponse({
  this.documentSentiment,
  this.languageCode = '',
  this.sentences = const [],
  this.languageSupported = false,
}) : super(fullyQualifiedName);