Trevixal API
    Preparing search index...
    interface DetectLanguageOptions {
        languages?: readonly string[];
        minimumMargin?: number;
        minimumScore?: number;
    }
    Index
    languages?: readonly string[]

    Restrict detection to these language ids.

    minimumMargin?: number

    How far ahead of the runner-up the winner must be. Two languages within this margin means an ambiguous sample, and nothing is returned. Defaults to 2.

    minimumScore?: number

    Minimum score to report a guess at all. Below this the sample is treated as prose or as too short to call. Defaults to 4.