QRCodeDetectorTask

public interface QRCodeDetectorTask

Internal use only. Interface for synchronous detection of QRCodes from images.

Types

Callback
Link copied to clipboard
public interface Callback
Internal use only.

Functions

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

Inheritors

QRCodeDetectorTaskGoogleVision
Link copied to clipboard