DetectSentimentResponse constructor

DetectSentimentResponse({
  1. SentimentType? sentiment,
  2. SentimentScore? sentimentScore,
})

Implementation

DetectSentimentResponse({
  this.sentiment,
  this.sentimentScore,
});