Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the localization result.
public class LocalizationResult
Attribute | Type |
---|---|
TerminatePhase |
EnumTerminatePhase |
BarcodeFormat |
EnumBarcodeFormat |
BarcodeFormatString |
string |
BarcodeFormat_2 |
EnumBarcodeFormat_2 |
BarcodeFormatString_2 |
string |
ResultPoints |
Point[ ] |
Angle |
int |
ModuleSize |
int |
PageNumber |
int |
RegionName |
string |
DocumentName |
string |
ResultCoordinateType |
EnumResultCoordinateType |
AccompanyingTextBytes |
byte[ ] |
Confidence |
int |
The terminate phase of localization result.
EnumTerminatePhase Dynamsoft.Barcode.LocalizationResult.TerminatePhase
Barcode type in BarcodeFormat group 1.
EnumBarcodeFormat Dynamsoft.Barcode.LocalizationResult.BarcodeFormat
Barcode type in BarcodeFormat group 1 as string.
string Dynamsoft.Barcode.LocalizationResult.BarcodeFormatString
Barcode type in BarcodeFormat group 2.
EnumBarcodeFormat_2 Dynamsoft.Barcode.LocalizationResult.BarcodeFormat_2
Barcode type in BarcodeFormat group 2 as string.
string Dynamsoft.Barcode.LocalizationResult.BarcodeFormatString_2
The array which stores the coordinates of four result points.
Point[] Dynamsoft.Barcode.LocalizationResult.ResultPoints
The angle of a barcode. Values range is from 0 to 360.
int Dynamsoft.Barcode.LocalizationResult.Angle
The barcode module size (the minimum bar width in pixel).
int Dynamsoft.Barcode.LocalizationResult.ModuleSize
The page number the barcode located in. The index is 0-based.
int Dynamsoft.Barcode.LocalizationResult.PageNumber
The region name the barcode located in.
string Dynamsoft.Barcode.LocalizationResult.RegionName
The document name.
string Dynamsoft.Barcode.LocalizationResult.DocumentName
The coordinate type.
EnumResultCoordinateType Dynamsoft.Barcode.LocalizationResult.ResultCoordinateType
The accompanying text content in a byte array.
byte[] Dynamsoft.Barcode.LocalizationResult.AccompanyingTextBytes
The confidence of the localization result.
int Dynamsoft.Barcode.LocalizationResult.Confidence
version 7.6.0