setRecognitionLanguage method of the IDataCaptureProfileBuilder interface
Sets the languages to be used for field recognition.
By default, no language is set. Setting the correct languages for your document will improve recognition accuracy. However, setting too many languages may decrease performance.
IDataCaptureProfileBuilder setRecognitionLanguage( Language... languages );
Parameters
- languages
- One or more languages to be used for recognition, each represented by a constant of the Language enumeration.
Return values
The method returns the IDataCaptureProfileBuilder instance to which it belongs.
02.03.2022 12:59:15