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