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

DetectEntitiesRequest

import type { DetectEntitiesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/comprehend.ts";
interface DetectEntitiesRequest {
EndpointArn?: string | null;
LanguageCode?: LanguageCode | null;
Text: string;
}

§Properties

§
EndpointArn?: string | null
[src]
§
LanguageCode?: LanguageCode | null
[src]
§
Text: string
[src]