BarcodeDecoderResult Class (console safe)
A class that represents a result of a Barcode detection.
Object
BarcodeDecoderResult
class BarcodeDecoderResult
Properties
BarCodeFormat | Returns the type of code that was found |
ErrorText | If the code was not valid then this property will sometimes contain error message. |
IsValid | Returns true if valid code was found, else false. |
PointCount | If the FindDetectionPoints property on the BarcodeDecoder class was set to true then this property will sometimes have number of control points found. |
Text | The text that was detected from the code. |
Methods
PointX | Use this function to fetch the x location of a point. |
PointY | Use this function to fetch the y location of a point. |
Supported Platforms:
macOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS