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

BatchDetectEntitiesItemResult

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

The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

interface BatchDetectEntitiesItemResult {
Entities?: Entity[] | null;
Index?: number | null;
}

§Properties

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

One or more "Entity" objects, one for each entity detected in the document.

§
Index?: number | null
[src]

The zero-based index of the document in the input list.