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

BatchDetectTargetedSentimentItemResult

import type { BatchDetectTargetedSentimentItemResult } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";

Analysis results for one of the documents in the batch.

interface BatchDetectTargetedSentimentItemResult {
Entities?: TargetedSentimentEntity[] | null;
Index?: number | null;
}

§Properties

§
Entities?: TargetedSentimentEntity[] | null
[src]

An array of targeted sentiment entities.

§
Index?: number | null
[src]

The zero-based index of this result in the input list.