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