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

BatchDetectSyntaxItemResult

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

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

interface BatchDetectSyntaxItemResult {
Index?: number | null;
SyntaxTokens?: SyntaxToken[] | null;
}

§Properties

§
Index?: number | null
[src]

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

§
SyntaxTokens?: SyntaxToken[] | null
[src]

The syntax tokens for the words in the document, one token for each word.