BatchDetectSentimentItemResult constructor

BatchDetectSentimentItemResult({
  1. int? index,
  2. SentimentType? sentiment,
  3. SentimentScore? sentimentScore,
})

Implementation

BatchDetectSentimentItemResult({
  this.index,
  this.sentiment,
  this.sentimentScore,
});