setSelectableRecognitionLanguages method of the DataCaptureSettings interface
Defines languages, that will be shown to the end-user as provided for recognition. This array will be displayed as a dropdown list.
If this array does not include the values, set by the setRecognitionLanguages method, the languages set by the setRecognitionLanguages method will not be shown in the dropdown list, though they will be used in recognition.
void setSelectableRecognitionLanguages( Language... languages );
Parameters
- languages
- One or more languages available for recognition, each represented by a constant of the Language enumeration.
Pass an empty set to hide languages button. In this case only languages set by the setRecognitionLanguages method will be used for recognition.
Pass a single value to disable the language button.
02.03.2022 12:59:15