For the complete documentation index, see llms.txt. This page is also available as Markdown.

LanguageDetectorDetectResult

An object containing information about a language detection.

Properties

detectedLanguage

string

The language code of the detected language, e.g. en, es or fr

confidence

number

A number between 0 and 1. 1 indicating high confidence, 0 no confidence

Last updated