> For the complete documentation index, see [llms.txt](https://docs.aibrow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aibrow.ai/api-reference/types/languagedetectordetectresult.md).

# 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
