setRecognitionLanguages method of the DataCaptureSettings interface
Sets the languages, that will be used for recognition.
These languages are displayed in the language button. In a list of languages provided for recognition, that should be set by the setSelectableRecognitionLanguages method, these items will be tagged as chosen.
By default, only the English language is set. Setting the correct languages for your text will improve recognition accuracy.
void setRecognitionLanguages( Language... languages );
Parameters
- languages
- Languages to be used for recognition, each represented by a constant of the Language enumeration. The maximum size of this array is 3. If more than 3 languages are denoted, an error occurs.
02.03.2022 12:59:15