public static interface MRZScannerFrameHandler.ResultHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleResult(MRZRecognitionResult recognitionResult)
Called every time MRZ data detection was performed on a frame.
|
boolean handleResult(MRZRecognitionResult recognitionResult)
recognitionResult - information about MRZ data detection results on a single frametrue if MRZScannerFrameHandler should intercept given frame.
false if MRZScannerFrameHandler should not intercept given frame.PreviewBuffer