Interface IOcrResultView
- All Superinterfaces:
com.microblink.photopay.view.viewfinder.IDetectionView
- All Known Implementing Classes:
OcrResultCharsView,OcrResultDotsView
public interface IOcrResultView
extends com.microblink.photopay.view.viewfinder.IDetectionView
Interface for views that can display
DisplayableOcrResult.-
Method Summary
Modifier and TypeMethodDescriptionvoidaddOcrResult(DisplayableOcrResult result) Adds new OCR result that will be displayed.voidsetOcrResult(DisplayableOcrResult result) Displays given OCR result and clears previously displayed content.Methods inherited from interface com.microblink.photopay.view.viewfinder.IDetectionView
clearDisplayedContent, getView, setHostActivityOrientation
-
Method Details
-
addOcrResult
Adds new OCR result that will be displayed.- Parameters:
result- OCR result to display.
-
setOcrResult
Displays given OCR result and clears previously displayed content.- Parameters:
result- OCR result to display.
-