Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
TextResultArray
Stores the text result array.
Typedefs
typedef struct tagTextResultArray TextResultArray
typedef struct tagTextResultArray* PTextResultArray
Attributes
Attribute | Type |
---|---|
resultsCount |
int |
results |
PTextResult * |
resultsCount
The total count of text result.
int tagTextResultArray::resultsCount
results
The text result array.
PTextResult* tagTextResultArray::results