BatchDetectSentimentItemResult constructor
BatchDetectSentimentItemResult({
- int? index,
- SentimentType? sentiment,
- SentimentScore? sentimentScore,
Implementation
BatchDetectSentimentItemResult({
this.index,
this.sentiment,
this.sentimentScore,
});