-
public interface QRCodeDetectorTaskInternal use only. Interface for synchronous detection of QRCodes from images.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceQRCodeDetectorTask.CallbackInternal use only.
-
Method Summary
Modifier and Type Method Description abstract List<String>detect(@NonNull() Image image, @NonNull() Size imageSize, int rotation)abstract List<String>detect(@NonNull() Array<byte> image, @NonNull() Size imageSize, int rotation)abstract voidcheckAvailability(@NonNull() QRCodeDetectorTask.Callback callback)abstract voidrelease()-
-
Method Detail
-
detect
@NonNull() abstract List<String> detect(@NonNull() Image image, @NonNull() Size imageSize, int rotation)
-
detect
@NonNull() abstract List<String> detect(@NonNull() Array<byte> image, @NonNull() Size imageSize, int rotation)
-
checkAvailability
abstract void checkAvailability(@NonNull() QRCodeDetectorTask.Callback callback)
-
release
abstract void release()
-
-
-
-