TextCaptureSettings class
Settings specific for text recognition scenario.
class TextRecognizerSettings
Properties
Name | Type | Description |
---|---|---|
Languages | ISet<RecognitionLanguage> | Languages to be used for recognition. |
AreaOfInterest | Rectangle? |
Width and height of the recognition area. The area of interest is centered in the preview frame, its width and height are relative to the preview frame size and should be in the [0.0, 1.0] range. |
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). |
02.03.2022 12:59:15