DataCaptureSettings class
Settings specific for data capture scenario.
class DataCaptureSettings
Properties
Name | Type | Description |
---|---|---|
IsTextOrientationDetectionEnabled | bool |
Enables or disables detection of the image orientation while preprocessing. If the property is set to true, the image top is detected and correct orientation can be used for image rotation. You can set this property to false for speeding the process up. Note: Disable the image detection only if you can be sure that the captured image has correct orientation. Otherwise the text on image will not be detected and recognized. The default value of this property is true (enabled). |
Languages | ISet<RecognitionLanguage> | List of languages, supported for data capture profile. |
02.03.2022 12:59:15