The output of BatchDetectTargetedSentimentCommand.

interface BatchDetectTargetedSentimentCommandOutput {
    $metadata: ResponseMetadata;
    ErrorList: undefined | BatchItemError[];
    ResultList: undefined | BatchDetectTargetedSentimentItemResult[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

ErrorList: undefined | BatchItemError[]

List of errors that the operation can return.

ResultList: undefined | BatchDetectTargetedSentimentItemResult[]

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.