Class OcrLineUISettings
java.lang.Object
com.microblink.photopay.uisettings.UISettings<BasicOverlayController>
com.microblink.photopay.uisettings.BasicScanUISettings
com.microblink.photopay.uisettings.PhotopayUISettings
com.microblink.photopay.uisettings.OcrLineUISettings
- All Implemented Interfaces:
BeepSoundUIOptions
,DebugImageListenerUIOptions
,HelpIntentUIOptions
,HighResSuccessFrameCaptureUIOptions
,OcrResultDisplayUIOptions
,SplashScreenUIOptions
-
Constructor Summary
ConstructorsConstructorDescriptionOcrLineUISettings
(android.content.Intent intent) OcrLineUISettings
(RecognizerBundle recognizerBundle) -
Method Summary
Modifier and TypeMethodDescriptionprotected BasicOverlaySettings.Builder
Class<?>
Returns target activity.void
setShowInfoMessages
(boolean showInfoMessages) Defines whether scan info messages will be displayed in UI.Methods inherited from class com.microblink.photopay.uisettings.PhotopayUISettings
setOcrResultDisplayMode
Methods inherited from class com.microblink.photopay.uisettings.BasicScanUISettings
createOverlayController, enableHighResSuccessFrameCapture, getRecognizerBundle, saveToIntent, setBeepSoundResourceID, setDebugImageListener, setForcedOrientation, setHelpIntent, setRegionOfInterestRotatable, setScanRegionOfInterest, setSplashScreenLayoutResourceID
Methods inherited from class com.microblink.photopay.uisettings.UISettings
getActivityTheme, getFilterTouchesWhenObscured, getUsingFlagSecure, setActivityTheme, setCameraSettings, setFilterTouchesWhenObscured, setUsingFlagSecure
-
Constructor Details
-
OcrLineUISettings
-
OcrLineUISettings
public OcrLineUISettings(@NonNull android.content.Intent intent)
-
-
Method Details
-
setShowInfoMessages
public void setShowInfoMessages(boolean showInfoMessages) Defines whether scan info messages will be displayed in UI.- Parameters:
showInfoMessages
- whether scan info messages will be displayed in UI.
-
createOverlaySettingsBuilder
- Overrides:
createOverlaySettingsBuilder
in classPhotopayUISettings
-
getTargetActivity
Description copied from class:UISettings
Returns target activity. Concrete settings can be used only with the corresponding activity. This method is public for convenience when you are not able to useActivityRunner
. DO NOT USE THIS METHOD UNLESS YOU KNOW WHAT YOU ARE DOING. Improper usage will crash your app.- Overrides:
getTargetActivity
in classPhotopayUISettings
- Returns:
- target activity.
-