@Deprecated public class SimulScanRegion extends SimulScanElement
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteConfidence()
Deprecated.
Returns the absolute confidence of OCR results
|
java.lang.Object |
getData()
Deprecated.
Returns the processed data.
|
YuvImage |
getImage()
Deprecated.
Returns the captured region image
|
RegionType |
getRegionType()
Deprecated.
Returns the processed data type of this region
|
int |
getRelativeConfidence()
Deprecated.
Returns the relative confidence of OCR results
|
getElementNumber, getNamepublic RegionType getRegionType()
public YuvImage getImage()
public int getAbsoluteConfidence()
public int getRelativeConfidence()
public java.lang.Object getData()
| RegionType | Data type |
|---|---|
| OCR | String |
| OMR | Integer |
| BARCODE | String |
| PICTURE | byte[] |
getData in class SimulScanElement