java.lang.Object | |
↳ | com.google.android.gms.vision.barcode.BarcodeDetector.Builder |
Barcode detector builder.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds a barcode detector instance using the provided settings.
| |||||||||||
Bit mask (containing values like
QR_CODE and so on)
that selects which formats this barcode detector should recognize.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Builds a barcode detector instance using the provided settings. If the underlying
native implementation is unavailable (e.g. hasn't been downloaded yet),
the detector will always return an empty result set. In this case, it will
report that it is non-operational via isOperational()
.
BarcodeDetector
instance
Bit mask (containing values like QR_CODE
and so on)
that selects which formats this barcode detector should recognize.