QRCodeDetectorTaskGoogleVision

public class QRCodeDetectorTaskGoogleVision implements QRCodeDetectorTask

Internal use only. QRCode detector task using the Google Mobile Vision API.

Constructors

QRCodeDetectorTaskGoogleVision
Link copied to clipboard
void QRCodeDetectorTaskGoogleVision(@NonNull() Context context)

Functions

checkAvailability
Link copied to clipboard
void checkAvailability(@NonNull() QRCodeDetectorTask.Callback callback)
detect
Link copied to clipboard
List<Stringdetect(@NonNull() Array<byte> image, @NonNull() Size imageSize, int rotation)
release
Link copied to clipboard
void release()