Skip to main content
interface DocumentLanguage
import { type DocumentLanguage } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/mod.ts";

An object representing the detected language for a given text span.

Properties

locale: string

Detected language. Value may an ISO 639-1 language code (ex. "en", "fr") or BCP 47 language tag (ex. "zh-Hans").

spans: DocumentSpan[]

Location of the text elements in the concatenated content the language applies to.

confidence: number

Confidence of correctly identifying the language.