Package | Description |
---|---|
com.aspose.barcode.barcoderecognition |
The com.aspose.barcode.barcoderecognition contains tools for the 1D/2D barcodes recognition.
|
Modifier and Type | Class and Description |
---|---|
class |
MultyDecodeType
Composite decode type.
|
class |
SingleDecodeType
Single decode type.
|
Modifier and Type | Method and Description |
---|---|
static BaseDecodeType |
BaseDecodeType.convert(long type)
Convert instance of the BarCodeReadType to instance of SingleDecodeType or MultyDecodeType
|
BaseDecodeType |
BarCodeReader.PossibleBarCode.getBarCodeReadType()
Gets the type of the symbology read.
|
static BaseDecodeType |
DecodeType.scanSets(BaseDecodeType... barcodeTypes)
Specify scan sets by barcodeTypes
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultyDecodeType.containsAll(BaseDecodeType... barcodeTypes)
Check if this contains all types from barcode types.
|
abstract boolean |
BaseDecodeType.containsAny(BaseDecodeType... types)
Determines whether any of the given decode types is included into
|
boolean |
MultyDecodeType.containsAny(BaseDecodeType... decodeTypes)
Is contain any of types
|
boolean |
SingleDecodeType.containsAny(BaseDecodeType... types)
Returns a value indicating whether this instance is included into the list specified.
|
static long |
BaseDecodeType.convert(BaseDecodeType decodeType)
Converts an instance of the SingleDecodeType or MultyDecodeType to BarCodeReadType constant.
|
boolean |
BaseDecodeType.equals(BaseDecodeType other)
Returns a value indicating whether this instance is equal to a specified
BaseDecodeType value. |
static BaseDecodeType |
DecodeType.scanSets(BaseDecodeType... barcodeTypes)
Specify scan sets by barcodeTypes
|
void |
BarCodeReader.setBarCodeReadType(BaseDecodeType type)
Sets BarCodeReadType for recognition.
|
static boolean |
BaseDecodeType.tryParse(String parsingType,
BaseDecodeType[] result)
Converts the string representation of a BaseDecodeType to its instance, having determined the concrete type.
|
Constructor and Description |
---|
BarCodeReader(BufferedImage image,
BaseDecodeType... decodeTypes)
Initializes a new instance of the
BarCodeReader class. |
BarCodeReader(BufferedImage image,
Rectangle[] areas,
BaseDecodeType type) |
BarCodeReader(BufferedImage image,
Rectangle area,
BaseDecodeType... decodeTypes)
Initializes a new instance of the
BarCodeReader class. |
BarCodeReader(InputStream stream,
BaseDecodeType... decodeTypes)
Initializes a new instance of the
BarCodeReader class. |
BarCodeReader(InputStream stream,
BaseDecodeType type)
Initializes a new instance of the
BarCodeReader class. |
BarCodeReader(String filename,
BaseDecodeType... decodeTypes)
Initializes a new instance of the
BarCodeReader class. |
BarCodeReader(String filename,
BaseDecodeType type)
Initializes a new instance of the BarCodeReader} class.
|
MultyDecodeType(BaseDecodeType... barcodeTypes)
Initializes a new instance of the
MultyDecodeType class. |
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.