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

DetectSyntaxResponse

import type { DetectSyntaxResponse } from "https://aws-api.deno.dev/v0.3/services/comprehend.ts?docs=full";
interface DetectSyntaxResponse {
SyntaxTokens?: SyntaxToken[] | null;
}

§Properties

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

A collection of syntax tokens describing the text. For each token, the response provides the text, the token type, where the text begins and ends, and the level of confidence that Amazon Comprehend has that the token is correct. For a list of token types, see "how-syntax".