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

DetectSyntaxRequest

import type { DetectSyntaxRequest } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";
interface DetectSyntaxRequest {
LanguageCode: SyntaxLanguageCode;
Text: string;
}

§Properties

§

The language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt").

§
Text: string
[src]

A UTF-8 string. The maximum string size is 5 KB.