Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Confidence method

BarCodeResult::get_Confidence method

Gets recognition confidence level of the recognized barcode.

BarCodeConfidence Aspose::BarCode::BarCodeRecognition::BarCodeResult::get_Confidence()

Remarks

BarCodeConfidence::Strong does not have fakes or misrecognitions, BarCodeConfidence::Moderate could sometimes have fakes or incorrect codetext because this confidence level for barcodews with weak cheksum or even without it, BarCodeConfidence::None always has incorrect codetext and could be fake recognitions

See Also