|
iDRS™ SDK 16
|
Interface for CBarcode wrapper. More...
Go to the source code of this file.
Functions | |
| CBarcode | CBarcode_Create (idrs_exception *pargException) |
| Creates a new instance and initializes the internal values with default values. | |
| CBarcode | CBarcode_Create2 (const idrs_string strValue, IDRS_UINT const uiConfidence, enum BarcodeType const evBarcodeType, IDRS_UINT const uiOrientation, const IDRS_RECT *rcBoundingBox, enum BarcodeEngineIdentifier const evEngineIdentifier, idrs_exception *pargException) |
| Create a new instance and initializes the internal values with the provided values. | |
| enum BarcodeType | CBarcode_GetBarcodeType (const CBarcode argCBarcode, idrs_exception *pargException) |
| GetBarcodeType retrieves the barcode type. | |
| const idrs_string | CBarcode_GetValue (const CBarcode argCBarcode, idrs_exception *pargException) |
| GetValue retrieves the barcode value. | |
| IDRS_UINT | CBarcode_GetOrientation (const CBarcode argCBarcode, idrs_exception *pargException) |
| GetOrientation retrieves the barcode orientation. | |
| IDRS_RECT | CBarcode_GetBoundingBox (const CBarcode argCBarcode, idrs_exception *pargException) |
| GetBoundingBox retrieves the bounding box where the barcode can be found. | |
| IDRS_UINT | CBarcode_GetConfidence (const CBarcode argCBarcode, idrs_exception *pargException) |
| GetConfidence retrieves an indicator specifying how sure is the barcode engine about the detect barcode value. | |
| enum BarcodeEngineIdentifier | CBarcode_GetEngineIdentifier (const CBarcode argCBarcode, idrs_exception *pargException) |
| GetEngineIdentifier retrieves the identified of the barcode engine that detected the barcode. | |
| void | CBarcode_SetBarcodeType (CBarcode argCBarcode, const enum BarcodeType *const evBarcodeType, idrs_exception *pargException) |
| Sets the barcode type. | |
| void | CBarcode_SetValue (CBarcode argCBarcode, const idrs_string strValue, idrs_exception *pargException) |
| Sets the barcode value. | |
| void | CBarcode_SetOrientation (CBarcode argCBarcode, IDRS_UINT const uiOrientation, idrs_exception *pargException) |
| Sets the barcode orientation. | |
| void | CBarcode_SetBoundingBox (CBarcode argCBarcode, const IDRS_RECT *rcBoundingBox, idrs_exception *pargException) |
| Sets the bounding box where the barcode can be found. | |
| void | CBarcode_SetConfidence (CBarcode argCBarcode, IDRS_UINT const uiConfidence, idrs_exception *pargException) |
| Sets an indicator specifying how sure is the barcode engine about the detect barcode value. | |
| void | CBarcode_SetEngineIdentifier (CBarcode argCBarcode, enum BarcodeEngineIdentifier const evEngineIdentifier, idrs_exception *pargException) |
| Sets the identifier of the barcode engine that detected the barcode. | |
| void | CBarcode_Destroy (CBarcode argCBarcode, idrs_exception *pargException) |
| Destroys a CBarcode handle. | |
| CBarcodeArray | ArrayInterface_Create_CBarcodeArray (idrs_exception *pargException) |
| Creates a new CBarcodeArray object. | |
Interface for CBarcode wrapper.
| CBarcodeArray ArrayInterface_Create_CBarcodeArray | ( | idrs_exception * | pargException | ) |
Creates a new CBarcodeArray object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CBarcode CBarcode_Create | ( | idrs_exception * | pargException | ) |
Creates a new instance and initializes the internal values with default values.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CBarcode CBarcode_Create2 | ( | const idrs_string | strValue, |
| IDRS_UINT const | uiConfidence, | ||
| enum BarcodeType const | evBarcodeType, | ||
| IDRS_UINT const | uiOrientation, | ||
| const IDRS_RECT * | rcBoundingBox, | ||
| enum BarcodeEngineIdentifier const | evEngineIdentifier, | ||
| idrs_exception * | pargException | ||
| ) |
Create a new instance and initializes the internal values with the provided values.
| strValue | Barcode value |
| uiConfidence | Barcode confidence level |
| evBarcodeType | Barcode Type |
| uiOrientation | Barcode orientation |
| rcBoundingBox | Rectangle where the barcode is found in the page |
| evEngineIdentifier | Identifier of the barcode engine that detected the barcode |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcode_Destroy | ( | CBarcode | argCBarcode, |
| idrs_exception * | pargException | ||
| ) |
| enum BarcodeType CBarcode_GetBarcodeType | ( | const CBarcode | argCBarcode, |
| idrs_exception * | pargException | ||
| ) |
GetBarcodeType retrieves the barcode type.
| argCBarcode | CBarcode handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
GetBoundingBox retrieves the bounding box where the barcode can be found.
| argCBarcode | CBarcode handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
GetConfidence retrieves an indicator specifying how sure is the barcode engine about the detect barcode value.
The confidence level is a value ranging from 0 to 100, where 0 represents the least confidence and 100 represents the maximum confidence levels
| argCBarcode | CBarcode handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| enum BarcodeEngineIdentifier CBarcode_GetEngineIdentifier | ( | const CBarcode | argCBarcode, |
| idrs_exception * | pargException | ||
| ) |
GetEngineIdentifier retrieves the identified of the barcode engine that detected the barcode.
| argCBarcode | CBarcode handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
GetOrientation retrieves the barcode orientation.
| argCBarcode | CBarcode handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CBarcode_GetValue | ( | const CBarcode | argCBarcode, |
| idrs_exception * | pargException | ||
| ) |
GetValue retrieves the barcode value.
| argCBarcode | CBarcode handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcode_SetBarcodeType | ( | CBarcode | argCBarcode, |
| const enum BarcodeType *const | evBarcodeType, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the barcode type.
| argCBarcode | CBarcode handle |
| evBarcodeType | Barcode type |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcode_SetBoundingBox | ( | CBarcode | argCBarcode, |
| const IDRS_RECT * | rcBoundingBox, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the bounding box where the barcode can be found.
| argCBarcode | CBarcode handle |
| rcBoundingBox | Rectangle where the barcode is found in the page |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcode_SetConfidence | ( | CBarcode | argCBarcode, |
| IDRS_UINT const | uiConfidence, | ||
| idrs_exception * | pargException | ||
| ) |
Sets an indicator specifying how sure is the barcode engine about the detect barcode value.
| argCBarcode | CBarcode handle |
| uiConfidence | Barcode confidence level |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcode_SetEngineIdentifier | ( | CBarcode | argCBarcode, |
| enum BarcodeEngineIdentifier const | evEngineIdentifier, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the identifier of the barcode engine that detected the barcode.
| argCBarcode | CBarcode handle |
| evEngineIdentifier | Identifier of the barcode engine that detected the barcode |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcode_SetOrientation | ( | CBarcode | argCBarcode, |
| IDRS_UINT const | uiOrientation, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the barcode orientation.
| argCBarcode | CBarcode handle |
| uiOrientation | The value to set |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcode_SetValue | ( | CBarcode | argCBarcode, |
| const idrs_string | strValue, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the barcode value.
| argCBarcode | CBarcode handle |
| strValue | The barcode value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |