Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectedLanguage

Package version

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

Hierarchy

  • DetectedLanguage

Index

Properties

confidenceScore

confidenceScore: number

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

iso6391Name

iso6391Name: string

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

name

name: string

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

Generated using TypeDoc