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

BatchDetectKeyPhrasesItemResult

import type { BatchDetectKeyPhrasesItemResult } from "https://aws-api.deno.dev/v0.4/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 BatchDetectKeyPhrasesItemResult {
Index?: number | null;
KeyPhrases?: KeyPhrase[] | null;
}

§Properties

§
Index?: number | null
[src]

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

§
KeyPhrases?: KeyPhrase[] | null
[src]

One or more "KeyPhrase" objects, one for each key phrase detected in the document.