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

CLMLanguageCode

import type { CLMLanguageCode } from "https://aws-api.deno.dev/v0.4/services/transcribeservice.ts?docs=full";
type CLMLanguageCode =
| "en-US"
| "hi-IN"
| "es-US"
| "en-GB"
| "en-AU"
| "de-DE"
| "ja-JP"

§Type

§
"en-US" | "hi-IN" | "es-US" | "en-GB" | "en-AU" | "de-DE" | "ja-JP" | cmnP.UnexpectedEnumValue
[src]