BatchDetectSentimentResponse constructor

BatchDetectSentimentResponse({
  1. required List<BatchItemError> errorList,
  2. required List<BatchDetectSentimentItemResult> resultList,
})

Implementation

BatchDetectSentimentResponse({
  required this.errorList,
  required this.resultList,
});