Aspose.Barcode for Python via Java Generation and Recognition API docs
Static Public Attributes
|
List of all members
asposebarcode.Recognition.BarCodeConfidence Class Reference
Inherits Enum.
Static Public Attributes
string
NONE
= "0"
string
MODERATE
= "80"
string
STRONG
= "100"
Member Data Documentation
◆
MODERATE
string asposebarcode.Recognition.BarCodeConfidence.MODERATE = "80"
static
◆
NONE
string asposebarcode.Recognition.BarCodeConfidence.NONE = "0"
static
◆
STRONG
string asposebarcode.Recognition.BarCodeConfidence.STRONG = "100"
static