Package | Description |
---|---|
com.aspose.barcoderecognition |
Modifier and Type | Method and Description |
---|---|
ImageBinarization |
BarCodeReader.getImageBinarizationHints()
Gets the image binarization hints.
|
static ImageBinarization |
RecognitionHints.getImageBinarizationHints() |
static ImageBinarization |
ImageBinarization.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageBinarization[] |
ImageBinarization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BarCodeReader.setImageBinarizationHints(ImageBinarization value)
Sets the image binarization hints.
|
void |
RecognitionHints.setImageBinarizationHints(ImageBinarization value) |