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.BuilderClass<?>Returns target activity.voidsetShowInfoMessages(boolean showInfoMessages) Defines whether scan info messages will be displayed in UI.Methods inherited from class com.microblink.photopay.uisettings.PhotopayUISettings
setOcrResultDisplayModeMethods inherited from class com.microblink.photopay.uisettings.BasicScanUISettings
createOverlayController, enableHighResSuccessFrameCapture, getRecognizerBundle, saveToIntent, setBeepSoundResourceID, setDebugImageListener, setForcedOrientation, setHelpIntent, setRegionOfInterestRotatable, setScanRegionOfInterest, setSplashScreenLayoutResourceIDMethods 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:
createOverlaySettingsBuilderin classPhotopayUISettings
-
getTargetActivity
Description copied from class:UISettingsReturns 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:
getTargetActivityin classPhotopayUISettings- Returns:
- target activity.
-