CVB.Net 15.1
Loading...
Searching...
No Matches
Result Struct Reference

Struct for storing the decoding results. More...

Properties

string Data [get]
 Decoded data.
 
Point2D Center [get]
 Center coordinates of code.
 
Point2D[] Corners [get]
 Four corner coordinates of code.
 
SymbologyType SymbolType [get]
 Symbol type.
 
DecodeStatus DecodeStatus [get]
 Decoding status.
 
Result2DResult2D [get]
 Additional results which only applies for 2D codes.
 

Detailed Description

Struct for storing the decoding results.

This struct holds the results of a read code. After executing the decoding process with Decoder.Execute(ImagePlane, int), an IEnumerable with decoding results is returned.

Note
A detailed description of the decoding and a code example can be found here.

Property Documentation

◆ Corners

Point2D [] Corners
get

Four corner coordinates of code.

The corners define the bounding box of the decoded code, listed in clockwise order starting from corner 0. Corner 0 corresponds to the upper-left corner of the code in its standard, unrotated orientation.