RecognizedText Interface Reference

Properties

string text [get]
 
bool rejected [get, set]
 

Detailed Description

Represents text recognized in a frame.

This class is the main result object of the OCR engine.

Property Documentation

string text
get

The recognized text.

Since
5.3.0
bool rejected
getset

Whether this code is rejected or not.

If beeping/vibration is enabled, the device will beep and vibrate whenever text has been recognized. Set this property to true to suppress beeping/vibration. Use this functionality if you want to perform additional checks on the recognized text that can not be expressed through a regular expression.

Since
5.3.0