Package version:

Interface DetectedLanguage

Information about the language of a document as identified by the Language service.

Hierarchy

  • DetectedLanguage

Properties

confidenceScore: number

A confidence score between 0 and 1. Scores close to 1 indicate 100% certainty that the identified language is true.

iso6391Name: string

A two letter representation of the detected language according to the ISO 639-1 standard (e.g. en, fr).

name: string

Long name of a detected language (e.g. English, French).

script?: string

Identifies the script of the input document.

Generated using TypeDoc