public interface IBarCodeDetector
Represents base method to read bar codes of next types: UPCA, UPCE, EAN13.
Modifier and Type | Method and Description |
---|---|
String[] |
getBarCodeTypes()
Gets bar-codes presented in the image.
|
boolean |
hasBarCodes()
Gets true if image has barcodes.
|
boolean hasBarCodes()
Gets true if image has barcodes.
Value:true
if file has bar codes; otherwise, false
.String[] getBarCodeTypes()
Gets bar-codes presented in the image.
Copyright © 2017. All rights reserved.