class Aws::Comprehend::Types::BatchDetectSentimentResponse

@!attribute [rw] result_list

A list of objects containing the results of the operation. The
results are sorted in ascending order by the `Index` field and match
the order of the documents in the input list. If all of the
documents contain an error, the `ResultList` is empty.
@return [Array<Types::BatchDetectSentimentItemResult>]

@!attribute [rw] error_list

A list containing one object for each document that contained an
error. The results are sorted in ascending order by the `Index`
field and match the order of the documents in the input list. If
there are no errors in the batch, the `ErrorList` is empty.
@return [Array<Types::BatchItemError>]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/BatchDetectSentimentResponse AWS API Documentation

Constants

SENSITIVE