onDetectionResult method

void onDetectionResult(
  1. bool isText,
  2. bool isBarcode,
  3. bool isQrCode,
  4. bool isDocument,
)

Implementation

void onDetectionResult(bool isText, bool isBarcode, bool isQrCode, bool isDocument) {}