setRecognitionLanguage method of the DataCaptureSettings interface
Sets the languages to be used for recognition.
By default, only the English language is set. Setting the correct languages for your text will improve recognition accuracy. However, setting too many languages may slow down performance.
void setRecognitionLanguage( Language... languages );
Parameters
- languages
- One or more languages to be used for recognition, represented each by a constant of the Language enumeration.
02.03.2022 12:59:15