Property DefaultLanguage
- Namespace
- LMKit.Integrations.Tesseract
- Assembly
- LM-Kit.NET.dll
DefaultLanguage
Gets or sets the default ISO 639-2/T language code to use when a specific language model is not found. Must be one of the supported codes: ara, hye, bul, chi_sim, chi_tra, hrv, ces, dan, nld, eng, fin, fra, deu, heb, hin, hun, ind, ita, jpn, kor, ell, nor, pol, por, ron, rus, srp, slk, spa, swe, tha, tur, ukr, vie.
Default: "eng"
public string DefaultLanguage { get; set; }