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

DetectDominantLanguageRequest

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

§Properties

§
Text: string
[src]

A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.