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

DetectDominantLanguageResponse

import type { DetectDominantLanguageResponse } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";
interface DetectDominantLanguageResponse {
Languages?: DominantLanguage[] | null;
}

§Properties

§
Languages?: DominantLanguage[] | null
[src]

The languages that Amazon Comprehend detected in the input text. For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.