DetectDominantLanguageResponse
import type { DetectDominantLanguageResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/comprehend.ts";interface DetectDominantLanguageResponse {
Languages?: DominantLanguage[] | null;
}§Properties
§
Languages?: DominantLanguage[] | null
[src]