Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchDetectTargetedSentimentResponse

import type { BatchDetectTargetedSentimentResponse } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";
interface BatchDetectTargetedSentimentResponse {
ErrorList: BatchItemError[];
}

§Properties

§
ErrorList: BatchItemError[]
[src]

List of errors that the operation can return.

§

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.