BatchDetectSentimentResponse constructor
BatchDetectSentimentResponse({
- required List<
BatchItemError> errorList, - required List<
BatchDetectSentimentItemResult> resultList,
Implementation
BatchDetectSentimentResponse({
required this.errorList,
required this.resultList,
});