Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractOCREngineOptions<T extends AbstractOCREngineOptions<T>> - Class in com.microblink.photopay.entities.ocrengine
-
Options used in OCR.
- AbstractOCREngineOptions(long, Parcel) - Constructor for class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- AbstractOCREngineOptions(long, Object) - Constructor for class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- ActivityRunner - Class in com.microblink.photopay.uisettings
-
Utility class that will start the activity associated with given
UISettings
- ActivityRunner() - Constructor for class com.microblink.photopay.uisettings.ActivityRunner
- addAllDigitsToWhitelist(OcrFont) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Adds all digits with given font to whitelist.
- addCharIntervalToWhitelist(char, char, OcrFont) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Adds a interval of chars including first and last to whitelist in given font (use OcrFont.ANY to cover all available fonts).
- addCharToWhitelist(char, OcrFont) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Adds a char+font combination to set of allowed chars.
- addCharToWhitelist(BlinkOCRCharKey) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Adds a char+font combination to set of allowed chars.
- addChildView(View, boolean) - Method in class com.microblink.photopay.view.CameraViewGroup
- addChildView(View, boolean, int) - Method in class com.microblink.photopay.view.CameraViewGroup
- addDisplayablePointsDetection(DisplayablePointsDetection) - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
-
Method to add new
DisplayablePointsDetection
. - addDisplayablePointsDetection(DisplayablePointsDetection) - Method in interface com.microblink.photopay.view.viewfinder.points.IDisplayablePointsView
-
Sets the points detection that should be presented next.
- addDisplayablePointsDetection(DisplayablePointsDetection) - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- addImage(HighResImageWrapper) - Method in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- addLowercaseCharsToWhitelist(OcrFont) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Adds all lowercase ascii chars with given font to whitelist.
- addOcrResult(DisplayableOcrResult) - Method in interface com.microblink.photopay.view.ocrResult.IOcrResultView
-
Adds new OCR result that will be displayed.
- addOcrResult(DisplayableOcrResult) - Method in class com.microblink.photopay.view.ocrResult.OcrResultCharsView
- addOcrResult(DisplayableOcrResult) - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
-
Method to add new
DisplayableOcrResult
, preferably fromOcrCallback.onOcrResult(DisplayableOcrResult)
method. - addOrientationChangeListener(OrientationChangeListener) - Method in class com.microblink.photopay.view.BaseCameraView
-
Adds the orientation listener that will receive orientation change events that are already reported to BaseCameraView.
- addUppercaseCharsToWhitelist(OcrFont) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Adds all uppercase ascii chars with given font to whitelist.
- addView(View) - Method in class com.microblink.photopay.view.CameraViewGroup
- addView(View, int) - Method in class com.microblink.photopay.view.CameraViewGroup
- addView(View, int, int) - Method in class com.microblink.photopay.view.CameraViewGroup
- addView(View, int, ViewGroup.LayoutParams) - Method in class com.microblink.photopay.view.CameraViewGroup
- addView(View, ViewGroup.LayoutParams) - Method in class com.microblink.photopay.view.CameraViewGroup
- allocatedMLSize() - Static method in class com.microblink.photopay.hardware.HardwareInfo
-
Returns the number of bytes currently allocated by the ML inference engine.
- allowAllCharsAndAllFonts() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Allows all supported chars in all supported fonts.
- ALPHA_8 - Enum constant in enum class com.microblink.photopay.image.ImageFormat
-
A single plane, grayscale image.
- ALWAYS_OFF - Enum constant in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
-
Frame quality estimation will always be turned off, regardless of active recognizers
- ALWAYS_ON - Enum constant in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
-
Frame quality estimation will always be turned on, regardless of active recognizers
- AmountParser - Class in com.microblink.photopay.entities.parsers.amount
-
A parser that can extract amounts from OCR result.
- AmountParser() - Constructor for class com.microblink.photopay.entities.parsers.amount.AmountParser
- AmountParser.Result - Class in com.microblink.photopay.entities.parsers.amount
- ANIMATED_DOTS - Enum constant in enum class com.microblink.photopay.uisettings.options.OcrResultDisplayMode
-
In place of character recognition, animated dot will be drawn.
- animateQuadToDefaultPosition() - Method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManager
-
Call this method to begin quadrilateral animation to its default position.
- animateQuadToDetectionPosition(DisplayableQuadDetection) - Method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManager
-
Call this method to begin quadrilateral animation to detected quadrilateral.
- Annually - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
- apply(RecognizerRunnerView) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- apply(RecognizerRunnerView) - Method in class com.microblink.photopay.uisettings.CameraSettings
- applyStyle(TextView) - Method in interface com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextStyler
- applyStyle(TextView) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextStyler.Default
- areCameraPixelsLandscapeLeft() - Method in class com.microblink.photopay.view.BaseCameraView
- askForCameraPermission() - Method in class com.microblink.photopay.util.CameraPermissionManager
-
Asks the user to give camera permission and displays the layout returned by getAskPermissionOverlay if user denies the permission.
- ASPECT_FILL - Enum constant in enum class com.microblink.photopay.view.CameraAspectMode
-
Aspect ratio of the camera preview will be kept by zooming and cropping the camera preview so that it will fill the given view.
- ASPECT_FIT - Enum constant in enum class com.microblink.photopay.view.CameraAspectMode
-
Aspect ratio of the camera preview will be kept by letterboxing the camera preview into the given view.
- aspectMode - Variable in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- aspectMode - Variable in class com.microblink.photopay.uisettings.CameraSettings
- AustraliaAbnParser - Class in com.microblink.photopay.entities.parsers.photopay.australia.abn
-
Parser that can parse Australian ABN (Australian Business Number) number.
- AustraliaAbnParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- AustraliaAbnParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.australia.abn
- AustraliaAccountParser - Class in com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account
-
Parser that can parse Australian Account number.
- AustraliaAccountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- AustraliaAccountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account
- AustraliaBillerParser - Class in com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller
-
Parser that can parse Australian Biller code.
- AustraliaBillerParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- AustraliaBillerParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller
- AustraliaBsbParser - Class in com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb
-
Parser that can parse Australian BSB (Bank State Branch) number.
- AustraliaBsbParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- AustraliaBsbParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb
- AustraliaReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference
-
Parser that can parse Australian Reference number.
- AustraliaReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- AustraliaReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference
- AustriaQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.austria
-
Recognizer which can scan Austrian payment QR code.
- AustriaQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
- AustriaQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.austria
- AustriaReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.austria.reference
-
Parser that can extract Austrian 12-digit reference number (Kundendaten) from the OCR result.
- AustriaReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- AustriaReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.austria.reference
- AustriaSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.austria.slip
-
Recognizer that scans payment information from Austrian payment slips
- AustriaSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer
- AustriaSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.austria.slip
- AUTOFOCUS_FAILED - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- AutofocusListener - Interface in com.microblink.photopay.hardware.camera
- AUTOMATIC - Enum constant in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
-
Frame quality estimation will be turned on if at least one recognizer requires that
- Aztec - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
Aztec 2D barcode was scanned
B
- backButtonId - Variable in class com.microblink.photopay.fragment.overlay.components.settings.ControlsLayoutConfig
- BankAccountFactory - Class in com.microblink.photopay.entities.recognizers.photopay
- BankAccountFactory() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.BankAccountFactory
- BARCODE_DETECTION - Enum constant in enum class com.microblink.photopay.metadata.detection.points.PointsType
-
Represented points are feature points within detected barcode.
- BarcodeRecognizer - Class in com.microblink.photopay.entities.recognizers.blinkbarcode.barcode
-
Recognizer that can perform recognition of any supported barcode type.
- BarcodeRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
- BarcodeRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.blinkbarcode.barcode
- BarcodeScanActivity - Class in com.microblink.photopay.activity
-
Responsible for UI of the capturing process, and also for coordinating recognition and camera actions.
- BarcodeScanActivity() - Constructor for class com.microblink.photopay.activity.BarcodeScanActivity
- BarcodeType - Enum Class in com.microblink.photopay.entities.recognizers.blinkbarcode
-
Represents the type of scanned barcode
- BarcodeUISettings - Class in com.microblink.photopay.uisettings
-
Scan settings for barcode scanning.
- BarcodeUISettings(Intent) - Constructor for class com.microblink.photopay.uisettings.BarcodeUISettings
- BarcodeUISettings(RecognizerBundle) - Constructor for class com.microblink.photopay.uisettings.BarcodeUISettings
- BaseCameraEventsListener - Interface in com.microblink.photopay.view
- BaseCameraListener() - Constructor for class com.microblink.photopay.view.BaseCameraView.BaseCameraListener
- BaseCameraView - Class in com.microblink.photopay.view
-
Created by dodo on 25/08/16.
- BaseCameraView(Context) - Constructor for class com.microblink.photopay.view.BaseCameraView
- BaseCameraView(Context, AttributeSet) - Constructor for class com.microblink.photopay.view.BaseCameraView
- BaseCameraView.BaseCameraListener - Class in com.microblink.photopay.view
- BaseCameraView.BaseCameraViewEventsListener - Class in com.microblink.photopay.view
- BaseCameraView.BaseOrientationChangeListener - Class in com.microblink.photopay.view
- BaseCameraView.CameraViewState - Enum Class in com.microblink.photopay.view
- BaseCameraView.VisiblePartUpdateListener - Interface in com.microblink.photopay.view
- BaseCameraViewEventsListener() - Constructor for class com.microblink.photopay.view.BaseCameraView.BaseCameraViewEventsListener
- BaseOrientationChangeListener() - Constructor for class com.microblink.photopay.view.BaseCameraView.BaseOrientationChangeListener
- BaseOverlayController - Class in com.microblink.photopay.fragment.overlay
- BaseOverlayController(ScanResultListener) - Constructor for class com.microblink.photopay.fragment.overlay.BaseOverlayController
- BaseScanResult<T> - Class in com.microblink.photopay.activity.result
-
Result of the scanning process.
- BaseScanResult(ResultStatus, T, Throwable) - Constructor for class com.microblink.photopay.activity.result.BaseScanResult
- BasicOverlayController - Class in com.microblink.photopay.fragment.overlay.basic
-
Overlay controller to be used for simplest scanning scenarios.
- BasicOverlayController(BasicOverlaySettings, ScanResultListener) - Constructor for class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- BasicOverlaySettings - Class in com.microblink.photopay.fragment.overlay.basic
-
Collection of configuration settings for
BasicOverlayController
. - BasicOverlaySettings.Builder - Class in com.microblink.photopay.fragment.overlay.basic
-
Builds settings to be used with
BasicOverlayController
- BasicScanUISettings - Class in com.microblink.photopay.uisettings
- BasicScanUISettings(Intent) - Constructor for class com.microblink.photopay.uisettings.BasicScanUISettings
- BasicScanUISettings(RecognizerBundle) - Constructor for class com.microblink.photopay.uisettings.BasicScanUISettings
- BeepSoundUIOptions - Interface in com.microblink.photopay.uisettings.options
- BelgiumSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.belgium.slip
-
Recognizer that scans payment information from Belgian payment slips
- BelgiumSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer
- BelgiumSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.belgium.slip
- BGR - Enum constant in enum class com.microblink.photopay.image.ImageFormat
-
A single plane, color image.
- BGRA_8888 - Enum constant in enum class com.microblink.photopay.image.ImageFormat
-
A single plane, color image.
- bic - Variable in class com.microblink.photopay.entities.recognizers.photopay.IbanBicAccount
-
Bank Identifier Code of the payment receiver, empty string if not available
- Bimonthly - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
- Biweekly - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
- BLACKLISTED_DEVICE - Enum constant in enum class com.microblink.photopay.view.NotSupportedReason
-
Indicates that device has been blacklisted by developers because it is known that scanning will not work on it
- BlinkInput - Enum constant in enum class com.microblink.photopay.entities.ocrengine.deep.DeepOCRModel
-
Default model used within BlinkInput SDK.
- BlinkInputRecognizer - Class in com.microblink.photopay.entities.recognizers.blinkinput
-
Generic OCR recognizer used for scanning segments and enables specifying processors that will be used for scanning.
- BlinkInputRecognizer(Processor...) - Constructor for class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- BlinkInputRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.blinkinput
- BlinkOCRCharKey - Class in com.microblink.photopay.entities.ocrengine.legacy
-
Class representing a char in specific font.
- BlinkOCRCharKey(int, OcrFont) - Constructor for class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCRCharKey
- BlinkOCREngineOptions - Class in com.microblink.photopay.entities.ocrengine.legacy
-
Options used in legacy BlinkOCR engine.
- BlinkOCREngineOptions() - Constructor for class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Default constructor.
- BlinkOCREngineOptions(long, Object) - Constructor for class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Constructor from native object.
- BosniaAndHerzegovinaAccountParser - Class in com.microblink.photopay.entities.parsers.photopay.bih.account
-
Parser that can extract Bosnia and Herzegovina account number from the OCR result.
- BosniaAndHerzegovinaAccountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- BosniaAndHerzegovinaAccountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.bih.account
- BosniaAndHerzegovinaReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.bih.reference
-
Parser that can extract reference number from bills issued in Bosnia and Herzegovina.
- BosniaAndHerzegovinaReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- BosniaAndHerzegovinaReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.bih.reference
- build() - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- build() - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- build() - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- build() - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
- Builder() - Constructor for class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- Builder() - Constructor for class com.microblink.photopay.uisettings.CameraSettings.Builder
- Builder(FieldByFieldBundle) - Constructor for class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- Builder(RecognizerBundle) - Constructor for class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- buildImageFromJpegBytes(byte[], int) - Static method in class com.microblink.photopay.image.ImageBuilder
- buildImageFromNativeContext(long, boolean, Object) - Static method in class com.microblink.photopay.image.ImageBuilder
-
Builds image object from native context.
- buildInputImageFromByteBuffer(ByteBuffer, int, int, int, Orientation, Object) - Static method in class com.microblink.photopay.image.ImageBuilder
-
Builds the input image from a byte buffer which contains BGRA image data.
- buildInputImageFromCamera1NV21Frame(byte[], int, int, Orientation, Rectangle) - Static method in class com.microblink.photopay.image.ImageBuilder
- buildInputImageFromCamera2Image(Image, Orientation, Rectangle) - Static method in class com.microblink.photopay.image.ImageBuilder
-
Builds input image object from Camera2 frame in YUV_420_888 format.
- buildInputImageFromImage(Image) - Static method in class com.microblink.photopay.image.ImageBuilder
- buildInputImageFromNativeContext(long, boolean, Object) - Static method in class com.microblink.photopay.image.ImageBuilder
-
Builds image object from native context.
C
- calculateHostScreenOrientation() - Method in class com.microblink.photopay.view.BaseCameraView
- CAMERA_ANGLE_TOO_STEEP - Enum constant in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Document has been detected but the camera’s angle is too steep.
- CAMERA_BACKFACE - Enum constant in enum class com.microblink.photopay.hardware.camera.CameraType
-
Will use device's back facing camera, if it exists.
- CAMERA_DEFAULT - Enum constant in enum class com.microblink.photopay.hardware.camera.CameraType
-
Will use device's default camera.
- CAMERA_FRONTFACE - Enum constant in enum class com.microblink.photopay.hardware.camera.CameraType
-
Will use device's front facing camera, if it exists.
- CAMERA_TOO_CLOSE - Enum constant in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Document has been detected but the camera is too close to the document.
- CAMERA_TOO_FAR - Enum constant in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Document has been detected but the camera is too far from the document.
- CameraAspectMode - Enum Class in com.microblink.photopay.view
- CameraEventsListener - Interface in com.microblink.photopay.view
- cameraHasAutofocus(CameraType, Context) - Static method in class com.microblink.photopay.util.RecognizerCompatibility
- CameraPermissionManager - Class in com.microblink.photopay.util
-
Helper class that shows the camera permission screen when user has denied camera permission on Android 6.0+.
- CameraPermissionManager(Activity) - Constructor for class com.microblink.photopay.util.CameraPermissionManager
-
Creates new camera permission manager and attaches it to activity.
- CameraPermissionManager(Fragment) - Constructor for class com.microblink.photopay.util.CameraPermissionManager
-
Creates new camera permission manager and attaches it to fragment.
- CameraPermissionManager(Fragment) - Constructor for class com.microblink.photopay.util.CameraPermissionManager
-
Creates new camera permission manager and attaches it to fragment.
- CameraSettings - Class in com.microblink.photopay.uisettings
- CameraSettings.Builder - Class in com.microblink.photopay.uisettings
- CameraType - Enum Class in com.microblink.photopay.hardware.camera
- CameraViewGroup - Class in com.microblink.photopay.view
-
A simple wrapper around a Camera and a SurfaceView that renders a centered preview of the Camera to the surface.
- CameraViewGroup(Context) - Constructor for class com.microblink.photopay.view.CameraViewGroup
- CameraViewGroup(Context, AttributeSet) - Constructor for class com.microblink.photopay.view.CameraViewGroup
- CameraViewGroup.CameraViewGroupOrientationChangeListener - Class in com.microblink.photopay.view
- CameraViewGroup.LayoutParams - Class in com.microblink.photopay.view
-
Layout params for BaseCameraView.
- CameraViewGroupOrientationChangeListener() - Constructor for class com.microblink.photopay.view.CameraViewGroup.CameraViewGroupOrientationChangeListener
- cancel() - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
If there is ongoing recognition process, this method will request cancellation of it and wait for recognition process to complete.
- cancelAnimation() - Method in class com.microblink.photopay.fragment.overlay.components.feedback.view.SuccessFlashView
- CANCELLED - Enum constant in enum class com.microblink.photopay.activity.result.ResultStatus
-
Scanning process has been cancelled by the user
- captureHighResFrame() - Method in class com.microblink.photopay.view.BaseCameraView
- captureHighResImage(HighResImageListener) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Starts capturing frame at full camera resolution and notifies listener once it's done.
- changeConfiguration(Configuration) - Method in class com.microblink.photopay.view.BaseCameraView
-
This method changes the view's configuration.
- changeConfigurationInternal(Configuration) - Method in class com.microblink.photopay.view.BaseCameraView
- changeConfigurationInternal(Configuration) - Method in class com.microblink.photopay.view.CameraViewGroup
- changeConfigurationInternal(Configuration) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- CharWithVariants - Class in com.microblink.photopay.results.ocr
- CharWithVariants(long, OcrLine) - Constructor for class com.microblink.photopay.results.ocr.CharWithVariants
- checkLayoutParams(ViewGroup.LayoutParams) - Method in class com.microblink.photopay.view.CameraViewGroup
- ChecksumsInvalid - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaPaymentReferenceStatus
-
Checksums in the reference number are invalid
- clamp(float) - Method in class com.microblink.photopay.geometry.Point
-
Calculate and return point clamped to given norm (length).
- clamp(float, float) - Method in class com.microblink.photopay.geometry.Point
-
Calculate and return point clamped to given norm (lengths).
- CLASS_NAME - Static variable in class com.microblink.photopay.entities.parsers.Parser
- CLASS_NAME - Static variable in class com.microblink.photopay.entities.processors.Processor
- cleanup() - Method in class com.microblink.photopay.fragment.overlay.OverlayResources
- clear() - Method in class com.microblink.photopay.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
- clear() - Method in class com.microblink.photopay.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
- clear() - Method in class com.microblink.photopay.fragment.overlay.components.feedback.PointSetFeedbackHandler
- clear() - Method in interface com.microblink.photopay.fragment.overlay.components.feedback.RecognitionFeedbackHandler
- clear() - Method in class com.microblink.photopay.fragment.overlay.components.ScanSoundPlayer
- clearDisplayedContent() - Method in class com.microblink.photopay.view.ocrResult.OcrResultCharsView
- clearDisplayedContent() - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
-
Clears animation queue.
- clearDisplayedContent() - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- clearImages() - Method in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- clearResult() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.date.DateParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.Parser
-
Clears parser result.
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
- clearResult() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
- clone() - Method in class com.microblink.photopay.entities.Entity
-
Create a copy of the entity.
- clone() - Method in class com.microblink.photopay.entities.Entity.Result
-
Create a copy of the result.
- clone() - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Returns a copy of
DeepOCREngineOptions
object. - clone() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Creates a copy of
BlinkOCREngineOptions
object. - clone() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.date.DateParser
- clone() - Method in class com.microblink.photopay.entities.parsers.date.DateParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
- clone() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.Parser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- clone() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
- clone() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser.Result
- clone() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
- clone() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser.Result
- clone() - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- clone() - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.Recognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.Recognizer.Result
- clone() - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- clone() - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
- clone() - Method in class com.microblink.photopay.geometry.Quadrilateral
- clone() - Method in class com.microblink.photopay.image.Image
-
Creates and returns a copy of this image object.
- clone() - Method in class com.microblink.photopay.results.ocr.OcrResult
-
Creates a clone of the object.
- Code128 - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
Code 128 barcode was scanned
- Code39 - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
Code 39 barcode was scanned
- com.microblink.photopay - package com.microblink.photopay
- com.microblink.photopay.activity - package com.microblink.photopay.activity
- com.microblink.photopay.activity.result - package com.microblink.photopay.activity.result
- com.microblink.photopay.activity.result.contract - package com.microblink.photopay.activity.result.contract
- com.microblink.photopay.directApi - package com.microblink.photopay.directApi
- com.microblink.photopay.entities - package com.microblink.photopay.entities
- com.microblink.photopay.entities.ocrengine - package com.microblink.photopay.entities.ocrengine
- com.microblink.photopay.entities.ocrengine.deep - package com.microblink.photopay.entities.ocrengine.deep
- com.microblink.photopay.entities.ocrengine.legacy - package com.microblink.photopay.entities.ocrengine.legacy
- com.microblink.photopay.entities.parsers - package com.microblink.photopay.entities.parsers
- com.microblink.photopay.entities.parsers.amount - package com.microblink.photopay.entities.parsers.amount
- com.microblink.photopay.entities.parsers.config.fieldbyfield - package com.microblink.photopay.entities.parsers.config.fieldbyfield
- com.microblink.photopay.entities.parsers.date - package com.microblink.photopay.entities.parsers.date
- com.microblink.photopay.entities.parsers.iban - package com.microblink.photopay.entities.parsers.iban
- com.microblink.photopay.entities.parsers.photopay.australia.abn - package com.microblink.photopay.entities.parsers.photopay.australia.abn
- com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account - package com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account
- com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb - package com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb
- com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller - package com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller
- com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference - package com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference
- com.microblink.photopay.entities.parsers.photopay.austria.reference - package com.microblink.photopay.entities.parsers.photopay.austria.reference
- com.microblink.photopay.entities.parsers.photopay.bih.account - package com.microblink.photopay.entities.parsers.photopay.bih.account
- com.microblink.photopay.entities.parsers.photopay.bih.reference - package com.microblink.photopay.entities.parsers.photopay.bih.reference
- com.microblink.photopay.entities.parsers.photopay.croatia.amount - package com.microblink.photopay.entities.parsers.photopay.croatia.amount
- com.microblink.photopay.entities.parsers.photopay.croatia.reference - package com.microblink.photopay.entities.parsers.photopay.croatia.reference
- com.microblink.photopay.entities.parsers.photopay.czechia.account - package com.microblink.photopay.entities.parsers.photopay.czechia.account
- com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol - package com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol
- com.microblink.photopay.entities.parsers.photopay.germany.reference - package com.microblink.photopay.entities.parsers.photopay.germany.reference
- com.microblink.photopay.entities.parsers.photopay.hungary.account - package com.microblink.photopay.entities.parsers.photopay.hungary.account
- com.microblink.photopay.entities.parsers.photopay.hungary.payerid - package com.microblink.photopay.entities.parsers.photopay.hungary.payerid
- com.microblink.photopay.entities.parsers.photopay.macedonia.account - package com.microblink.photopay.entities.parsers.photopay.macedonia.account
- com.microblink.photopay.entities.parsers.photopay.macedonia.reference - package com.microblink.photopay.entities.parsers.photopay.macedonia.reference
- com.microblink.photopay.entities.parsers.photopay.montenegro.account - package com.microblink.photopay.entities.parsers.photopay.montenegro.account
- com.microblink.photopay.entities.parsers.photopay.montenegro.reference - package com.microblink.photopay.entities.parsers.photopay.montenegro.reference
- com.microblink.photopay.entities.parsers.photopay.serbia.account - package com.microblink.photopay.entities.parsers.photopay.serbia.account
- com.microblink.photopay.entities.parsers.photopay.serbia.reference - package com.microblink.photopay.entities.parsers.photopay.serbia.reference
- com.microblink.photopay.entities.parsers.photopay.slovenia.reference - package com.microblink.photopay.entities.parsers.photopay.slovenia.reference
- com.microblink.photopay.entities.parsers.photopay.sweden.amount - package com.microblink.photopay.entities.parsers.photopay.sweden.amount
- com.microblink.photopay.entities.parsers.photopay.sweden.giro - package com.microblink.photopay.entities.parsers.photopay.sweden.giro
- com.microblink.photopay.entities.parsers.photopay.sweden.reference - package com.microblink.photopay.entities.parsers.photopay.sweden.reference
- com.microblink.photopay.entities.parsers.photopay.sweden.slipcode - package com.microblink.photopay.entities.parsers.photopay.sweden.slipcode
- com.microblink.photopay.entities.parsers.raw - package com.microblink.photopay.entities.parsers.raw
- com.microblink.photopay.entities.parsers.regex - package com.microblink.photopay.entities.parsers.regex
- com.microblink.photopay.entities.processors - package com.microblink.photopay.entities.processors
- com.microblink.photopay.entities.processors.parserGroup - package com.microblink.photopay.entities.processors.parserGroup
- com.microblink.photopay.entities.recognizers - package com.microblink.photopay.entities.recognizers
- com.microblink.photopay.entities.recognizers.blinkbarcode - package com.microblink.photopay.entities.recognizers.blinkbarcode
- com.microblink.photopay.entities.recognizers.blinkbarcode.barcode - package com.microblink.photopay.entities.recognizers.blinkbarcode.barcode
- com.microblink.photopay.entities.recognizers.blinkinput - package com.microblink.photopay.entities.recognizers.blinkinput
- com.microblink.photopay.entities.recognizers.framegrabber - package com.microblink.photopay.entities.recognizers.framegrabber
- com.microblink.photopay.entities.recognizers.photopay - package com.microblink.photopay.entities.recognizers.photopay
- com.microblink.photopay.entities.recognizers.photopay.austria - package com.microblink.photopay.entities.recognizers.photopay.austria
- com.microblink.photopay.entities.recognizers.photopay.austria.slip - package com.microblink.photopay.entities.recognizers.photopay.austria.slip
- com.microblink.photopay.entities.recognizers.photopay.belgium.slip - package com.microblink.photopay.entities.recognizers.photopay.belgium.slip
- com.microblink.photopay.entities.recognizers.photopay.croatia - package com.microblink.photopay.entities.recognizers.photopay.croatia
- com.microblink.photopay.entities.recognizers.photopay.croatia.slip - package com.microblink.photopay.entities.recognizers.photopay.croatia.slip
- com.microblink.photopay.entities.recognizers.photopay.czechia.qr - package com.microblink.photopay.entities.recognizers.photopay.czechia.qr
- com.microblink.photopay.entities.recognizers.photopay.czechia.slip - package com.microblink.photopay.entities.recognizers.photopay.czechia.slip
- com.microblink.photopay.entities.recognizers.photopay.germany - package com.microblink.photopay.entities.recognizers.photopay.germany
- com.microblink.photopay.entities.recognizers.photopay.germany.slip - package com.microblink.photopay.entities.recognizers.photopay.germany.slip
- com.microblink.photopay.entities.recognizers.photopay.hungary - package com.microblink.photopay.entities.recognizers.photopay.hungary
- com.microblink.photopay.entities.recognizers.photopay.hungary.slip - package com.microblink.photopay.entities.recognizers.photopay.hungary.slip
- com.microblink.photopay.entities.recognizers.photopay.kosovo - package com.microblink.photopay.entities.recognizers.photopay.kosovo
- com.microblink.photopay.entities.recognizers.photopay.kosovo.slip - package com.microblink.photopay.entities.recognizers.photopay.kosovo.slip
- com.microblink.photopay.entities.recognizers.photopay.netherlands.slip - package com.microblink.photopay.entities.recognizers.photopay.netherlands.slip
- com.microblink.photopay.entities.recognizers.photopay.sepa - package com.microblink.photopay.entities.recognizers.photopay.sepa
- com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417 - package com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417
- com.microblink.photopay.entities.recognizers.photopay.serbia.qr - package com.microblink.photopay.entities.recognizers.photopay.serbia.qr
- com.microblink.photopay.entities.recognizers.photopay.slovakia - package com.microblink.photopay.entities.recognizers.photopay.slovakia
- com.microblink.photopay.entities.recognizers.photopay.slovakia.qr - package com.microblink.photopay.entities.recognizers.photopay.slovakia.qr
- com.microblink.photopay.entities.recognizers.photopay.slovakia.slip - package com.microblink.photopay.entities.recognizers.photopay.slovakia.slip
- com.microblink.photopay.entities.recognizers.photopay.slovenia - package com.microblink.photopay.entities.recognizers.photopay.slovenia
- com.microblink.photopay.entities.recognizers.photopay.slovenia.slip - package com.microblink.photopay.entities.recognizers.photopay.slovenia.slip
- com.microblink.photopay.entities.recognizers.photopay.switzerland - package com.microblink.photopay.entities.recognizers.photopay.switzerland
- com.microblink.photopay.entities.recognizers.photopay.switzerland.slip - package com.microblink.photopay.entities.recognizers.photopay.switzerland.slip
- com.microblink.photopay.entities.recognizers.photopay.uk.slip - package com.microblink.photopay.entities.recognizers.photopay.uk.slip
- com.microblink.photopay.entities.recognizers.photopay.unitedkingdom - package com.microblink.photopay.entities.recognizers.photopay.unitedkingdom
- com.microblink.photopay.entities.recognizers.successframe - package com.microblink.photopay.entities.recognizers.successframe
- com.microblink.photopay.entities.util - package com.microblink.photopay.entities.util
- com.microblink.photopay.fragment - package com.microblink.photopay.fragment
- com.microblink.photopay.fragment.overlay - package com.microblink.photopay.fragment.overlay
- com.microblink.photopay.fragment.overlay.basic - package com.microblink.photopay.fragment.overlay.basic
- com.microblink.photopay.fragment.overlay.components - package com.microblink.photopay.fragment.overlay.components
- com.microblink.photopay.fragment.overlay.components.debug - package com.microblink.photopay.fragment.overlay.components.debug
- com.microblink.photopay.fragment.overlay.components.feedback - package com.microblink.photopay.fragment.overlay.components.feedback
- com.microblink.photopay.fragment.overlay.components.feedback.view - package com.microblink.photopay.fragment.overlay.components.feedback.view
- com.microblink.photopay.fragment.overlay.components.settings - package com.microblink.photopay.fragment.overlay.components.settings
- com.microblink.photopay.fragment.overlay.components.snackbar - package com.microblink.photopay.fragment.overlay.components.snackbar
- com.microblink.photopay.fragment.overlay.components.statusmsg - package com.microblink.photopay.fragment.overlay.components.statusmsg
- com.microblink.photopay.fragment.overlay.fieldbyfield - package com.microblink.photopay.fragment.overlay.fieldbyfield
- com.microblink.photopay.fragment.overlay.verification - package com.microblink.photopay.fragment.overlay.verification
- com.microblink.photopay.geometry - package com.microblink.photopay.geometry
- com.microblink.photopay.hardware - package com.microblink.photopay.hardware
- com.microblink.photopay.hardware.accelerometer - package com.microblink.photopay.hardware.accelerometer
- com.microblink.photopay.hardware.camera - package com.microblink.photopay.hardware.camera
- com.microblink.photopay.hardware.orientation - package com.microblink.photopay.hardware.orientation
- com.microblink.photopay.image - package com.microblink.photopay.image
- com.microblink.photopay.image.highres - package com.microblink.photopay.image.highres
- com.microblink.photopay.intent - package com.microblink.photopay.intent
- com.microblink.photopay.licence.exception - package com.microblink.photopay.licence.exception
- com.microblink.photopay.locale - package com.microblink.photopay.locale
- com.microblink.photopay.metadata - package com.microblink.photopay.metadata
- com.microblink.photopay.metadata.detection - package com.microblink.photopay.metadata.detection
- com.microblink.photopay.metadata.detection.points - package com.microblink.photopay.metadata.detection.points
- com.microblink.photopay.metadata.detection.quad - package com.microblink.photopay.metadata.detection.quad
- com.microblink.photopay.metadata.image - package com.microblink.photopay.metadata.image
- com.microblink.photopay.metadata.ocr - package com.microblink.photopay.metadata.ocr
- com.microblink.photopay.metadata.text - package com.microblink.photopay.metadata.text
- com.microblink.photopay.recognition - package com.microblink.photopay.recognition
- com.microblink.photopay.results.date - package com.microblink.photopay.results.date
- com.microblink.photopay.results.ocr - package com.microblink.photopay.results.ocr
- com.microblink.photopay.uisettings - package com.microblink.photopay.uisettings
- com.microblink.photopay.uisettings.options - package com.microblink.photopay.uisettings.options
- com.microblink.photopay.util - package com.microblink.photopay.util
- com.microblink.photopay.view - package com.microblink.photopay.view
- com.microblink.photopay.view.ocrResult - package com.microblink.photopay.view.ocrResult
- com.microblink.photopay.view.recognition - package com.microblink.photopay.view.recognition
- com.microblink.photopay.view.viewfinder.points - package com.microblink.photopay.view.viewfinder.points
- com.microblink.photopay.view.viewfinder.quadview - package com.microblink.photopay.view.viewfinder.quadview
- compactMLNativeMemory() - Static method in class com.microblink.photopay.hardware.HardwareInfo
-
If possible, compacts the native memory pressure of the ML inference engine.
- configurationChanged(RecognizerRunnerView, Configuration) - Method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManager
-
Inform quadview of configuration change event.
- consumeContentFromLoadedObject(FieldByFieldBundle) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
- consumeContentFromLoadedObject(HighResImagesBundle) - Method in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- consumeContentFromLoadedObject(RecognizerBundle) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- consumeContentFromLoadedObject(IntentTransferableEntity<E>) - Method in class com.microblink.photopay.entities.util.IntentTransferableEntity
- consumeResult(AmountParser.Result) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
- consumeResult(DateParser.Result) - Method in class com.microblink.photopay.entities.parsers.date.DateParser
- consumeResult(IbanParser.Result) - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
- consumeResult(AustraliaAbnParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- consumeResult(AustraliaAccountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- consumeResult(AustraliaBsbParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- consumeResult(AustraliaBillerParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- consumeResult(AustraliaReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- consumeResult(AustriaReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- consumeResult(BosniaAndHerzegovinaAccountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- consumeResult(BosniaAndHerzegovinaReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- consumeResult(CroatiaAmountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- consumeResult(CroatiaReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- consumeResult(CzechiaAccountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- consumeResult(CzechiaVariabilniSymbolParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- consumeResult(GermanyReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- consumeResult(HungaryAccountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- consumeResult(HungaryPayerIdParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- consumeResult(MacedoniaAccountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- consumeResult(MacedoniaReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- consumeResult(MontenegroAccountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- consumeResult(MontenegroReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- consumeResult(SerbiaAccountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- consumeResult(SerbiaReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- consumeResult(SloveniaReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- consumeResult(SwedenAmountParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- consumeResult(SwedenGiroNumberParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- consumeResult(SwedenReferenceParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- consumeResult(SwedenSlipCodeParser.Result) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- consumeResult(RawParser.Result) - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
- consumeResult(RegexParser.Result) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
- consumeResult(T) - Method in class com.microblink.photopay.entities.parsers.Parser
-
Consumes given result.
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.Entity
-
Consume result from other entity.
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.date.DateParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer
- consumeResultFrom(Entity) - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- ControlsLayoutConfig - Class in com.microblink.photopay.fragment.overlay.components.settings
- ControlsLayoutConfig(int, int, int, int, int) - Constructor for class com.microblink.photopay.fragment.overlay.components.settings.ControlsLayoutConfig
- convertToBitmap() - Method in class com.microblink.photopay.image.Image
-
Converts this image into Android Bitmap.
- create() - Method in class com.microblink.photopay.view.BaseCameraView
-
Creates the view and its subviews and initializes camera settings.
- create() - Method in class com.microblink.photopay.view.CameraViewGroup
- create() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
This method must be called from activity's onCreate.
- create(OcrResultDisplayMode) - Static method in class com.microblink.photopay.fragment.overlay.components.feedback.RecognitionFeedbackHandlerFactory
- createCameraListener() - Method in class com.microblink.photopay.view.BaseCameraView
-
ABSTRACT METHODS
- createCameraListener() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- createCameraViewEventsListener() - Method in class com.microblink.photopay.view.BaseCameraView
- CREATED - Enum constant in enum class com.microblink.photopay.fragment.overlay.OverlayState
- CREATED - Enum constant in enum class com.microblink.photopay.view.BaseCameraView.CameraViewState
-
Indicates that create() has been called, next you need to call start() method
- createDefault() - Static method in class com.microblink.photopay.fragment.overlay.components.settings.ControlsLayoutConfig
- createDefaultWithStatus() - Static method in class com.microblink.photopay.fragment.overlay.components.settings.ControlsLayoutConfig
- createDocumentDetectionQuadViewManager(RecognizerRunnerView, int) - Static method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManagerFactory
- createErrorDialog(Activity, Throwable, Runnable) - Method in class com.microblink.photopay.fragment.overlay.components.ErrorDialogFactory
- createFromDMY(int, int, int, String, boolean) - Static method in class com.microblink.photopay.results.date.Date
-
This method is called from native code to build
Date
from native object. - createFromFrame(ICameraFrame, Orientation) - Static method in class com.microblink.photopay.image.highres.HighResImageWrapper.Factory
- createFromIntent(Intent) - Static method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Creates object of this class from
Intent
. - createIbanBicAccounts(String[][]) - Static method in class com.microblink.photopay.entities.recognizers.photopay.BankAccountFactory
- createIntent(Context, UISettings) - Method in class com.microblink.photopay.activity.result.contract.MbScan
- createOrientationChangeListener() - Method in class com.microblink.photopay.view.BaseCameraView
- createOrientationChangeListener() - Method in class com.microblink.photopay.view.CameraViewGroup
- createOrientationChangeListener() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- createOverlayController(Activity, ScanResultListener) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
- createOverlayController(Activity, ScanResultListener) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- createOverlayController(Activity, ScanResultListener) - Method in class com.microblink.photopay.uisettings.UISettings
-
Creates overlay controller and configures it using set values.
- createOverlaySettingsBuilder() - Method in class com.microblink.photopay.uisettings.BarcodeUISettings
- createOverlaySettingsBuilder() - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
- createOverlaySettingsBuilder() - Method in class com.microblink.photopay.uisettings.OcrLineUISettings
- createOverlaySettingsBuilder() - Method in class com.microblink.photopay.uisettings.PhotopayUISettings
- createQuadViewFromPreset(RecognizerRunnerView, QuadViewPreset) - Static method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManagerFactory
- createUnparsed(String, boolean) - Static method in class com.microblink.photopay.results.date.Date
-
This method is called from native code to build
Date
from native object, when date has not been successfully parsed from the givenoriginalDateString
. - createView(RecognizerRunnerView, MetadataCallbacks) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
- createView(RecognizerRunnerView, MetadataCallbacks) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
- createView(RecognizerRunnerView, MetadataCallbacks) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.PointSetFeedbackHandler
- createView(RecognizerRunnerView, MetadataCallbacks) - Method in interface com.microblink.photopay.fragment.overlay.components.feedback.RecognitionFeedbackHandler
- CREATOR - Static variable in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Parcelable creator.
- CREATOR - Static variable in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Parcelable creator.
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.amount.AmountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.amount.AmountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.date.DateParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.date.DateParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.iban.IbanParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.iban.IbanParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.raw.RawParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.raw.RawParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.regex.RegexParser
- CREATOR - Static variable in class com.microblink.photopay.entities.parsers.regex.RegexParser.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- CREATOR - Static variable in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- CREATOR - Static variable in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
- CREATOR - Static variable in class com.microblink.photopay.geometry.Point
- CREATOR - Static variable in class com.microblink.photopay.geometry.Quadrilateral
- CREATOR - Static variable in class com.microblink.photopay.geometry.Rectangle
- CREATOR - Static variable in enum class com.microblink.photopay.hardware.camera.CameraType
- CREATOR - Static variable in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
- CREATOR - Static variable in class com.microblink.photopay.image.Image
- CREATOR - Static variable in class com.microblink.photopay.results.date.Date
- CREATOR - Static variable in class com.microblink.photopay.results.ocr.CharWithVariants
- CREATOR - Static variable in class com.microblink.photopay.results.ocr.OcrBlock
- CREATOR - Static variable in class com.microblink.photopay.results.ocr.OcrChar
- CREATOR - Static variable in class com.microblink.photopay.results.ocr.OcrLine
- CREATOR - Static variable in class com.microblink.photopay.results.ocr.OcrResult
-
Parcelable creator.
- CREATOR - Static variable in class com.microblink.photopay.uisettings.CameraSettings
- CREATOR - Static variable in enum class com.microblink.photopay.uisettings.options.OcrResultDisplayMode
- CREATOR - Static variable in enum class com.microblink.photopay.view.CameraAspectMode
- CroatiaAmountParser - Class in com.microblink.photopay.entities.parsers.photopay.croatia.amount
-
Parser that can extract amount from payment slip issued in Croatia.
- CroatiaAmountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- CroatiaAmountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.croatia.amount
- CroatiaBarcodeSlipIdType - Enum Class in com.microblink.photopay.entities.recognizers.photopay.croatia
- CroatiaPaymentReferenceStatus - Enum Class in com.microblink.photopay.entities.recognizers.photopay.croatia.slip
- CroatiaPdf417PaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.croatia
-
Recognizer which can scan Croatian payment QR code.
- CroatiaPdf417PaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
- CroatiaPdf417PaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.croatia
- CroatiaQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.croatia
-
Recognizer which can scan Croatian payment QR code.
- CroatiaQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
- CroatiaQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.croatia
- CroatiaReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.croatia.reference
-
Parser that can extract Croatian payment reference number from the OCR result.
- CroatiaReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- CroatiaReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.croatia.reference
- CroatiaSlipId - Enum Class in com.microblink.photopay.entities.recognizers.photopay.croatia.slip
- CroatiaSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.croatia.slip
-
Recognizer that scans payment information from Croatian payment slips
- CroatiaSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
- CroatiaSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.croatia.slip
- CurrentImageListener - Interface in com.microblink.photopay.image
-
Callback that will be invoked when recognition process receives new frame for processing.
- CurrentImageListenerUIOptions - Interface in com.microblink.photopay.uisettings.options
- CUSTOM_UI_FORBIDDEN - Enum constant in enum class com.microblink.photopay.view.NotSupportedReason
-
Indicates that set license key does not allow setting this view on custom activity.
- CzechiaAccountParser - Class in com.microblink.photopay.entities.parsers.photopay.czechia.account
-
Parser that can extract Czech account number from the OCR result.
- CzechiaAccountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- CzechiaAccountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.czechia.account
- CzechiaQrCodeRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.czechia.qr
-
Recognizer that can scan Czech payment QR codes in standard defined by Czech Banking Association.
- CzechiaQrCodeRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
- CzechiaQrCodeRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.czechia.qr
- CzechiaSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.czechia.slip
-
Recognizer that scans payment information from Czech payment slips
- CzechiaSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer
- CzechiaSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.czechia.slip
- CzechiaVariabilniSymbolParser - Class in com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol
-
Parser that can extract Czech Variabilni Symbol number from the OCR result.
- CzechiaVariabilniSymbolParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- CzechiaVariabilniSymbolParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol
D
- Daily - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
- DataMatrix - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
Data Matrix 2D barcode was scanned
- Date - Class in com.microblink.photopay.results.date
-
Helper class for obtaining date results.
- DATE_FORMAT_DDMMYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_DDMMYYYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_DDMONTHYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_DDMONTHYYYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_MMDDYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_MMDDYYYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_MMYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_MMYYYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_MONTHDDYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_MONTHDDYYYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_YY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_YYMMDD - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_YYMONTHDD - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_YYYY - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_YYYYMMDD - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DATE_FORMAT_YYYYMONTHDD - Enum constant in enum class com.microblink.photopay.entities.parsers.date.DateFormat
- DateFormat - Enum Class in com.microblink.photopay.entities.parsers.date
-
Available date formats for date parser.
- DateParser - Class in com.microblink.photopay.entities.parsers.date
-
A parser that can extract date from OCR result.
- DateParser() - Constructor for class com.microblink.photopay.entities.parsers.date.DateParser
- DateParser.Result - Class in com.microblink.photopay.entities.parsers.date
- DateUtils - Class in com.microblink.photopay.results.date
- DateUtils() - Constructor for class com.microblink.photopay.results.date.DateUtils
- DebugImageCallback - Interface in com.microblink.photopay.metadata.image
-
Callback that will be invoked when recognition process wishes to display a debug image.
- DebugImageListener - Interface in com.microblink.photopay.image
-
Callback that will be invoked when recognition process wishes to display an image.
- DebugImageListenerUIOptions - Interface in com.microblink.photopay.uisettings.options
- DebugTextCallback - Interface in com.microblink.photopay.metadata.text
-
Callback that will be invoked when debug text information gets available.
- DebugViewHandler - Class in com.microblink.photopay.fragment.overlay.components.debug
- DebugViewHandler() - Constructor for class com.microblink.photopay.fragment.overlay.components.debug.DebugViewHandler
- DeepOCREngineOptions - Class in com.microblink.photopay.entities.ocrengine.deep
-
Options used in Deep OCR.
- DeepOCREngineOptions() - Constructor for class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Default constructor.
- DeepOCREngineOptions(long, Object) - Constructor for class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Constructor from native object.
- DeepOCRModel - Enum Class in com.microblink.photopay.entities.ocrengine.deep
-
Available Deep OCR models.
- Default(int) - Constructor for class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextStyler.Default
- DEFAULT_CORNERS_FROM_BARCODE_SCAN_ACTIVITY - Enum constant in enum class com.microblink.photopay.view.viewfinder.quadview.QuadViewPreset
-
Setup quad view in the same style as used in default BarcodeScanActivity
- DEFAULT_CORNERS_FROM_PHOTOPAY_ACTIVITY - Enum constant in enum class com.microblink.photopay.view.viewfinder.quadview.QuadViewPreset
-
Setup quad view in the same style as used in default PhotopayActivity
- DEFAULT_DOCUMENT_DETECTION - Enum constant in enum class com.microblink.photopay.view.viewfinder.quadview.QuadViewPreset
- DEFAULT_FROM_DOCUMENT_SCAN_ACTIVITY - Enum constant in enum class com.microblink.photopay.view.viewfinder.quadview.QuadViewPreset
-
Setup quad view in the same style as used in default DocumentScanActivity
- DEFAULT_FROM_OCR_LINE_SCAN_ACTIVITY - Enum constant in enum class com.microblink.photopay.view.viewfinder.quadview.QuadViewPreset
-
Setup quad view in the same style as used in default OcrLineScanActivity
- DEFAULT_FROM_OCR_LINE_SCAN_ACTIVITY_WITH_INFO - Enum constant in enum class com.microblink.photopay.view.viewfinder.quadview.QuadViewPreset
-
Setup quad view in the same style as used in OcrLineScanActivity when scan info messages are enabled
- DEFAULT_NUMBER_OF_DOTS - Static variable in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
-
default maximum number of dots being displayed (necessary for bitmap caching)
- describeContents() - Method in class com.microblink.photopay.entities.Entity
- describeContents() - Method in class com.microblink.photopay.entities.Entity.Result
- describeContents() - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- describeContents() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
- describeContents() - Method in class com.microblink.photopay.geometry.Point
- describeContents() - Method in class com.microblink.photopay.geometry.Quadrilateral
- describeContents() - Method in class com.microblink.photopay.geometry.Rectangle
- describeContents() - Method in enum class com.microblink.photopay.hardware.camera.CameraType
- describeContents() - Method in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
- describeContents() - Method in class com.microblink.photopay.image.Image
- describeContents() - Method in class com.microblink.photopay.results.date.Date
- describeContents() - Method in class com.microblink.photopay.results.ocr.CharWithVariants
- describeContents() - Method in class com.microblink.photopay.results.ocr.OcrBlock
- describeContents() - Method in class com.microblink.photopay.results.ocr.OcrChar
- describeContents() - Method in class com.microblink.photopay.results.ocr.OcrLine
- describeContents() - Method in class com.microblink.photopay.results.ocr.OcrResult
- describeContents() - Method in class com.microblink.photopay.uisettings.CameraSettings
- describeContents() - Method in enum class com.microblink.photopay.uisettings.options.OcrResultDisplayMode
- describeContents() - Method in enum class com.microblink.photopay.view.CameraAspectMode
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.Entity.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.date.DateParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.raw.RawParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
- deserializeFromByteArray(byte[]) - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
- deserializeNative(byte[]) - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- deserializeNative(byte[]) - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
- deserializeNative(byte[]) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.Entity
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.date.DateParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer
- deserializeNativeSettings(byte[]) - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- destroy() - Method in class com.microblink.photopay.view.BaseCameraView
- destroy() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
This method must be called from activity's onDestroy.
- DESTROYED - Enum constant in enum class com.microblink.photopay.fragment.overlay.OverlayState
- DESTROYED - Enum constant in enum class com.microblink.photopay.view.BaseCameraView.CameraViewState
-
View is in destroyed (destroy() has been called - all resources have been released) or initial state (nothing is yet loaded), you need to call create() method
- DETECTION_CAMERA_AT_ANGLE - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- DETECTION_CAMERA_TOO_HIGH - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- DETECTION_CAMERA_TOO_NEAR - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- DETECTION_FAILED - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- DETECTION_FALLBACK_SUCCESS - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- DETECTION_PARTIAL_OBJECT - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- DETECTION_SUCCESS - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- DETECTION_TEST - Enum constant in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.RecognitionDebugMode
-
will perform only detection and will profile the performance of slip detection
- DetectionStatus - Enum Class in com.microblink.photopay.view.recognition
-
Indicates a detection status for detection result
- DEVICE_BLACKLISTED - Enum constant in enum class com.microblink.photopay.util.RecognizerCompatibilityStatus
-
Device is on blacklist and PhotoPay is not supported on that device.
- DIRECT_DEBIT - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.PaymentOption
- DirectApiErrorListener - Interface in com.microblink.photopay.directApi
- dispatchTouchEvent(MotionEvent) - Method in class com.microblink.photopay.view.BaseCameraView
- dispatchTouchEvent(MotionEvent) - Method in class com.microblink.photopay.view.CameraViewGroup
- DisplayableDetection - Class in com.microblink.photopay.metadata.detection
-
Represents a detection that can be displayed on screen.
- DisplayableDetection(int, float[]) - Constructor for class com.microblink.photopay.metadata.detection.DisplayableDetection
- DisplayableObject - Class in com.microblink.photopay.metadata
-
Represents any object that can be displayed on screen in terms of drawing.
- DisplayableObject(float[]) - Constructor for class com.microblink.photopay.metadata.DisplayableObject
- DisplayableOcrResult - Class in com.microblink.photopay.metadata.ocr
-
Represents an OCR result that can be drawn on screen.
- DisplayableOcrResult(OcrResult, String, float[]) - Constructor for class com.microblink.photopay.metadata.ocr.DisplayableOcrResult
- DisplayablePointsDetection - Class in com.microblink.photopay.metadata.detection.points
-
Represents points of detection that can be displayed on screen.
- DisplayablePointsDetection(int, float[], float[], int) - Constructor for class com.microblink.photopay.metadata.detection.points.DisplayablePointsDetection
-
Constructor for displayable points detection.
- DisplayableQuadDetection - Class in com.microblink.photopay.metadata.detection.quad
-
Represents a quad-like detection that can be displayed on screen.
- DisplayableQuadDetection(int, float[], float[]) - Constructor for class com.microblink.photopay.metadata.detection.quad.DisplayableQuadDetection
-
Constructor for displayable quad detection.
- dispose() - Method in interface com.microblink.photopay.image.highres.HighResImageWrapper
-
Disposes wrapped image.
- dispose() - Method in class com.microblink.photopay.image.Image
-
Disposes native object containing image pixels.
- dispose() - Method in class com.microblink.photopay.image.InputImage
-
Disposes native object containing image pixels.
- dispose() - Method in class com.microblink.photopay.results.ocr.CharWithVariants
- dispose() - Method in class com.microblink.photopay.results.ocr.OcrResult
-
Disposes the object.
- distance(Point) - Method in class com.microblink.photopay.geometry.Point
-
Calculates and returns the distance to given point.
- DOCUMENT_PARTIALLY_VISIBLE - Enum constant in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Only part of the document is visible.
- DOCUMENT_TOO_CLOSE_TO_CAMERA_EDGE - Enum constant in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Document has been detected but the document is too close to the camera edge.
- draw(Canvas) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.view.SuccessFlashView
- draw(Canvas, Paint, int) - Method in class com.microblink.photopay.geometry.Point
-
Draws the point to given canvas with given paint.
E
- EAN13 - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
EAN 13 barcode was scanned
- EAN8 - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
EAN 8 barcode was scanned
- Empty - Enum constant in enum class com.microblink.photopay.entities.parsers.Parser.Result.State
- Empty - Enum constant in enum class com.microblink.photopay.entities.processors.Processor.Result.State
- Empty - Enum constant in enum class com.microblink.photopay.entities.recognizers.Recognizer.Result.State
-
No information was extracted.
- EMPTY - Static variable in interface com.microblink.photopay.fragment.overlay.components.feedback.RecognitionFeedbackHandler
- EMPTY - Static variable in interface com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator
- EMPTY - Static variable in interface com.microblink.photopay.hardware.accelerometer.ShakeCallback
- enableHighResSuccessFrameCapture(boolean) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
- enableHighResSuccessFrameCapture(boolean) - Method in interface com.microblink.photopay.uisettings.options.HighResSuccessFrameCaptureUIOptions
-
Sets whether to enable capturing high res frames on recognition success.
- Entity<T extends Entity.Result> - Class in com.microblink.photopay.entities
-
Represents an entity that can be process a step during recognition.
- Entity(long, T) - Constructor for class com.microblink.photopay.entities.Entity
- Entity(long, T, Parcel) - Constructor for class com.microblink.photopay.entities.Entity
- Entity.Result - Class in com.microblink.photopay.entities
- equals(Object) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCRCharKey
- equals(Object) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- equals(Object) - Method in class com.microblink.photopay.geometry.Point
- equals(Object) - Method in class com.microblink.photopay.geometry.Rectangle
- errorDialog - Variable in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- ErrorDialogFactory - Class in com.microblink.photopay.fragment.overlay.components
- ErrorDialogFactory() - Constructor for class com.microblink.photopay.fragment.overlay.components.ErrorDialogFactory
- EXCEPTION - Enum constant in enum class com.microblink.photopay.activity.result.ResultStatus
-
An exception occurred during the scanning process, for example, when the license key check didn't pass
- EXTRA_SCAN_EXCEPTION - Static variable in class com.microblink.photopay.activity.result.contract.MbScan
-
Key for exception stored in intent when returning result with the
Activity.RESULT_CANCELED
code. - EXTRA_SCAN_EXCEPTION - Static variable in class com.microblink.photopay.uisettings.ActivityRunner
-
Key for exception stored in intent when returning result with RESULT_CANCELED code.
F
- Factory() - Constructor for class com.microblink.photopay.image.highres.HighResImageWrapper.Factory
- FAILED - Enum constant in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Detection has failed.
- FailedDetectionCallback - Interface in com.microblink.photopay.metadata.detection
-
Callback that will be invoked when all detections in
Recognizer
chain have failed. - FALLBACK_SUCCESS - Enum constant in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Fallback detection was successful (PhotoPay specific).
- FieldByFieldBundle - Class in com.microblink.photopay.entities.parsers.config.fieldbyfield
-
Represents a bundle of
FieldByFieldElement
objects that can travel viaIntent
. - FieldByFieldBundle(FieldByFieldElement...) - Constructor for class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
- FieldByFieldElement - Class in com.microblink.photopay.entities.parsers.config.fieldbyfield
-
Configuration for single scan field used in
FieldByFieldOverlayController
andFieldByFieldScanActivity
. - FieldByFieldElement(int, int, Parser<?>) - Constructor for class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Constructor which takes string resource ID's for string that will appear in UI.
- FieldByFieldElement(String, String, Parser<?>) - Constructor for class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Constructor which takes normal strings for text that appears in UI.
- FieldByFieldOverlayController - Class in com.microblink.photopay.fragment.overlay.fieldbyfield
- FieldByFieldOverlayController(FieldByFieldOverlaySettings, ScanResultListener) - Constructor for class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- FieldByFieldOverlaySettings - Class in com.microblink.photopay.fragment.overlay.fieldbyfield
-
Collection of configuration settings for
FieldByFieldOverlayController
. - FieldByFieldOverlaySettings.Builder - Class in com.microblink.photopay.fragment.overlay.fieldbyfield
-
Builds settings to be used with
FieldByFieldOverlayController
- FieldByFieldScanActivity - Class in com.microblink.photopay.activity
-
Activity that is designed for scanning text fields with OCR and extracting data of interest by using chosen parsers.
- FieldByFieldScanActivity() - Constructor for class com.microblink.photopay.activity.FieldByFieldScanActivity
- FieldByFieldUISettings - Class in com.microblink.photopay.uisettings
-
Scan settings for
FieldByFieldScanActivity
. - FieldByFieldUISettings(Intent) - Constructor for class com.microblink.photopay.uisettings.FieldByFieldUISettings
- FieldByFieldUISettings(FieldByFieldBundle) - Constructor for class com.microblink.photopay.uisettings.FieldByFieldUISettings
- filterOutRecognizersThatRequireAutofocus(Recognizer[]) - Static method in class com.microblink.photopay.entities.recognizers.RecognizerUtils
- finalize() - Method in class com.microblink.photopay.entities.Entity
- finalize() - Method in class com.microblink.photopay.entities.Entity.Result
- finalize() - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- finalize() - Method in class com.microblink.photopay.image.Image
- finalize() - Method in class com.microblink.photopay.image.InputImage
- finalize() - Method in class com.microblink.photopay.results.ocr.OcrResult
- finalizePoolObject() - Method in class com.microblink.photopay.image.ImageFrame
-
Finalization method.
- FINISHED - Enum constant in enum class com.microblink.photopay.activity.result.ResultStatus
-
Scanning process has been successfully finished
- focusCamera() - Method in class com.microblink.photopay.view.BaseCameraView
-
Request a new autofocus cycle from camera.
- forceLegacyApi - Variable in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- forceLegacyApi - Variable in class com.microblink.photopay.uisettings.CameraSettings
- FrameCallback - Interface in com.microblink.photopay.entities.recognizers.framegrabber
-
Callback that will be invoked from
FrameGrabberRecognizer
when it receives new frame for processing. - FrameGrabberRecognizer - Class in com.microblink.photopay.entities.recognizers.framegrabber
-
A recognizer that never produces a result, but sends every frame that it receives to given
FrameCallback
. - FrameGrabberRecognizer(FrameCallback) - Constructor for class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
- FrameGrabberRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.framegrabber
- fromActivityInfoCode(int) - Static method in enum class com.microblink.photopay.hardware.orientation.Orientation
- fromDetectionStatus(DetectionStatus) - Static method in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- fromInt(int) - Static method in enum class com.microblink.photopay.hardware.orientation.Orientation
- fromNativeRecognitionState(int) - Static method in enum class com.microblink.photopay.recognition.RecognitionSuccessType
- fromRecognitionSuccessType(RecognitionSuccessType) - Static method in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- fromRectF(RectF) - Static method in class com.microblink.photopay.geometry.Rectangle
G
- generateDefaultLayoutParams() - Method in class com.microblink.photopay.view.CameraViewGroup
- generateLayoutParams(AttributeSet) - Method in class com.microblink.photopay.view.CameraViewGroup
- GermanyQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.germany
-
Recognizer which can scan German payment QR code.
- GermanyQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
- GermanyQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.germany
- GermanyReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.germany.reference
-
Parser that can extract German 13-digit reference number with ISO 7064 check digit and RF references from the OCR result.
- GermanyReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- GermanyReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.germany.reference
- GermanySlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.germany.slip
-
Recognizer that scans payment information from Germany payment slips
- GermanySlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer
- GermanySlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.germany.slip
- get(int) - Method in class com.microblink.photopay.fragment.overlay.OverlayStringsBuilder
- get(Key) - Method in class com.microblink.photopay.fragment.overlay.OverlayStringsBuilder
- getAbn() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser.Result
-
Returns parsed ABN (Australian Business Number) number.
- getAccount() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser.Result
-
Returns parsed account number.
- getAccount() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser.Result
-
Returns parsed Czech account number.
- getAccount() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser.Result
-
Returns parsed Macedonian payment account number.
- getAccount() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser.Result
-
Returns parsed Montenegro payment account number.
- getAccount() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns default payment receiver account.
- getAccount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns default payment receiver account.
- getAccountNumber() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser.Result
-
Returns parsed Australian Account number.
- getAccountNumber() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser.Result
-
Returns parsed Hungarian payment account number.
- getAccountNumber() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
-
Returns parsed Serbian payment account number.
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The bank account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
The bank account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Bank account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
The account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
-
The bank account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
The account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The account number
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
-
The account number to which the payment goes
- getAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
-
The account number.
- getAccountPrefix() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
The bank account prefix.
- getActivityTheme() - Method in class com.microblink.photopay.uisettings.UISettings
- getAdditionalInformation() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The payment additional information.
- getAlternativeSchemeParameters() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The parameters of the alternative scheme.
- getAmount() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser.Result
-
Returns parsed amount.
- getAmount() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser.Result
-
Returns parsed amount.
- getAmount() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser.Result
-
Returns parsed amount.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
The scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The scanned amount in HUF.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
The scanned amount
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
The scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
The scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
-
Returns the scanned amount in smallest currency (e.g.
- getAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
-
The scanned amount in smallest currency (e.g.
- getAmountEur() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The scanned amount in smallest EUR monetary unit, i.e.
- getAmountEur() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The scanned amount in smallest EUR monetary unit, i.e.
- getAmountHrk() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The scanned amount in smallest HRK monetary unit, i.e.
- getAmountHrk() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The scanned amount in smallest HRK monetary unit, i.e.
- getApplicationContext() - Static method in class com.microblink.photopay.MicroblinkSDK
- getAskPermissionOverlay() - Method in class com.microblink.photopay.util.CameraPermissionManager
-
Returns the layout that should be displayed when camera permission is not given.
- getAspectMode() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the aspect mode of camera preview.
- getAuthority() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Type of the authority
- getAvailableAccounts() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns all available payment receiver accounts.
- getAvailableAccounts() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns all available payment receiver accounts.
- getBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The bank code of the receiver bank
- getBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The bank code of the receiver bank
- getBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The bank code of the receiver bank
- getBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
The bank code
- getBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Bank code (BLZ) of the receiver bank (e.g.
- getBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
The bank code of the account holder
- getBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The bank code
- getBarcodeType() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
-
The format of the scanned barcode.
- getBase64EncodedPayload() - Method in class com.microblink.photopay.entities.recognizers.SignedPayload
-
Returns the base64 encoded payload.
- getBeepSoundResourceId() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- getBeepSoundResourceId() - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- getBeepSoundResourceId() - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- getBelegart() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The type of the payslip (30 or 32 for SEPA, 40, 42, 10, etc.
- getBelegNummer() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
Used to identify slip type.
- getBic() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
BIC of the receiving side.
- getBic() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The SWIFT/BIC number on the payslip.
- getBic() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Bank Identifier Code of the bank to which the payment goes
- getBic() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
Bank Identifier Code of the bank of payer or payee
- getBic() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
The bank Identifier Code of the bank to which the payment goes.
- getBic() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
The Bank Identifier Code of the bank to which the payment goes
- getBillerCode() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser.Result
-
Returns parsed Australian Biller code.
- getBlocks() - Method in class com.microblink.photopay.results.ocr.OcrResult
- getBlz() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The bank code (BLZ) of the receiver bank (e.g.
- getBsb() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser.Result
-
Returns parsed BSB (Bank State Branch) number.
- getBuffer() - Method in class com.microblink.photopay.image.Image
-
Returns the native buffer that contains image pixels.
- getCameraEventsListener() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the current camera events listener.
- getCameraFactorySettings() - Method in class com.microblink.photopay.view.BaseCameraView
- getCameraPreviewHeight() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the height in pixels of the actual camera preview (does not have to be same as getHeight).
- getCameraPreviewWidth() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the width in pixels of the actual camera preview (does not have to be same as getWidth).
- getCameraSensorOrientation() - Method in class com.microblink.photopay.view.BaseCameraView
- getCameraViewState() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the current lifecycle state of camera view.
- getChar() - Method in class com.microblink.photopay.results.ocr.CharWithVariants
-
Returns the
OcrChar
which contains information about the char. - getCharacterSet() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
Indicates character set used inside QR Code.
- getChars() - Method in class com.microblink.photopay.results.ocr.OcrLine
- getCode128Result() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
Complete, unparsed code
- getColor() - Method in class com.microblink.photopay.geometry.Quadrilateral
- getColor(int) - Method in class com.microblink.photopay.fragment.overlay.OverlayResources
- getConcreteCreator() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
- getConcreteCreator() - Method in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- getConcreteCreator() - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- getConfigurationOrientation() - Method in class com.microblink.photopay.view.BaseCameraView
- getConstantSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the constant symbol.
- getConstantSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
The constant symbol
- getConstantSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the constant symbol.
- getConstantSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
The constant symbol
- getConstantSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The constant symbol
- getConstantSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The constant symbol
- getContentLayout() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
-
Returns the
FrameLayout
that represents the content layout of this fragment. - getContext() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
-
Returns context of the parent activity, after the RecognizerRunnerFragment is attached.
- getContractAccount() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The contract account information (Vertragskonto)
- getConversionRate() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
-
The rate at which the conversion from EUR to HRK will be made.
- getConversionRate() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
-
The rate at which the conversion from EUR to HRK will be made.
- getCountryCodeWhitelist() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
-
Set of allowed country codes.
- getCreditorId() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
ID of the creditor
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
The currency of the payment.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Currency of the payment
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
The currency in which the amount is represented
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
The currency of the payment.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The currency of the payment.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The currency of the payment.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The currency of the payment.
- getCurrency() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
-
Returns the currency or null if nothing was scanned.
- getCurrencyCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
-
The currency code
- getCurrentOrientation() - Method in class com.microblink.photopay.view.BaseCameraView
- getCurrentState() - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Returns the current state of the recognizer.
- getCustomerData() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The special customer related data (Kundendaten).
- getCustomerID() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The customer identifier.
- getCustomerID() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
Customer ID
- getDate() - Method in class com.microblink.photopay.entities.parsers.date.DateParser.Result
-
Extracted date.
- getDate() - Method in class com.microblink.photopay.results.date.Date
-
Date getter, if
SimpleDate
representation of date result exists returns it, otherwise returns null. - getDate() - Method in interface com.microblink.photopay.results.date.SimpleDateResult
-
Date getter, if
SimpleDate
representation of date result exists returns it, otherwise returns null. - getDateFormats() - Method in class com.microblink.photopay.entities.parsers.date.DateParser
-
By default, this is set to '[]'.
- getDateOfSignature() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Date of the direct debit signature
- getDateSeparatorChars() - Method in class com.microblink.photopay.entities.parsers.date.DateParser
-
Specifies the date separator characters between date parts (day, month, year) that will be accepted by date parser.
- getDay() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentStandingOrder
-
Returns the payment day of the standing order.
- getDay() - Method in class com.microblink.photopay.results.date.SimpleDate
-
Returns day of the month, or
0
if date is partial and day is not known. - getDebugImageCallback() - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
Callback that will be invoked when recognition process wishes to display a debug image.
- getDebugTextCallback() - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
Callback that will be invoked when debug text information gets available.
- getDefaultAccount(List<IbanBicAccount>) - Static method in class com.microblink.photopay.entities.recognizers.photopay.PhotoPayUtils
- getDefaultROI() - Static method in class com.microblink.photopay.geometry.Rectangle
-
Returns the default rectangle that defines the whole image or view
- getDescription() - Method in enum class com.microblink.photopay.view.NotSupportedReason
- getDetectionStatus() - Method in class com.microblink.photopay.metadata.detection.DisplayableDetection
-
Returns the detection status of the displayable detection.
- getDimension(int) - Method in class com.microblink.photopay.fragment.overlay.OverlayResources
- getDisplayData() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
Description of the payment as placed in last row of STUZZA QR code
- getDisplayData() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Remittance information, as agreed between the Originator and the Beneficiary
- getDisplayData() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
The display data
- getDisplayLocation() - Method in class com.microblink.photopay.metadata.detection.quad.DisplayableQuadDetection
-
Returns the display location in coordinate system of image on which detection was performed.
- getDistrict() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
District code
- getDocumentType() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns the current OCR document type.
- getDrawable(int) - Method in class com.microblink.photopay.fragment.overlay.OverlayResources
- getDueDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The due date for payment; available only for HUB3 slips
- getDueDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The due date for payment; available only for HUB3 slips
- getDueDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the due date of the payment.
- getDueDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The due date of the payment.
- getDueDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
Due date of the payment
- getDueDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the due date of the payment.
- getDueDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The due date of payment.
- getDueDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The due date of the payment.
- getElements() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
-
Returns the array of field by field scan elements associated with this bundle.
- getEntity() - Method in class com.microblink.photopay.entities.util.IntentTransferableEntity
- getException() - Method in class com.microblink.photopay.activity.result.BaseScanResult
-
Returns scanning exception if result status is
ResultStatus.EXCEPTION
. - getExecutionDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Date when the payment should be executed
- getExecutionDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The date of execution of the payment.
- getFailedDetectionCallback() - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
Callback that will be invoked when all detections in
Recognizer
SeeFailedDetectionCallback
for more information. - getFieldByFieldBundle() - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
-
Returns the
FieldByFieldBundle
containing scan elements with parsers that will be used for processing. - getFilterTouchesWhenObscured() - Method in class com.microblink.photopay.uisettings.UISettings
- getFont() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCRCharKey
- getFont() - Method in class com.microblink.photopay.results.ocr.OcrChar
-
Returns the font of the character
- getFormat() - Method in class com.microblink.photopay.image.ImageFrame
- getFormFunction() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
QR identification code
- getFormType() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Service tag of the SEPA QR code standard
- getFormVersion() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns form version.
- getFormVersion() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Version of the SEPA QR code standard
- getFrameCallback() - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
-
The
FrameCallback
that will receive frames. - getFrameID() - Method in class com.microblink.photopay.image.ImageFrame
-
Returns the unique frame identifier
- getFrameQuality() - Method in class com.microblink.photopay.image.ImageFrame
-
Returns the quality of the current frame.
- getFrameQualityEstimationMode() - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- getGiroNumber() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser.Result
-
Returns parsed Sweden Giro number.
- getHardwareInfo() - Static method in class com.microblink.photopay.hardware.HardwareInfo
-
Returns the JSON containing all the information about the hardware the code is being executed on.
- getHeight() - Method in class com.microblink.photopay.geometry.Rectangle
- getHeight() - Method in class com.microblink.photopay.image.Image
-
Returns the height of the image (corrected for the current orientation).
- getHeight() - Method in class com.microblink.photopay.image.ImageFrame
-
returns the height of the frame
- getHeight() - Method in class com.microblink.photopay.image.InputImage
-
Returns the height of the image (corrected for the current orientation).
- getHeight() - Method in class com.microblink.photopay.results.ocr.OcrChar
-
Returns the height of the char, in pixels.
- getHighResFrameLimit() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the current high res frame limit
- getHighResImagesBundle() - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- getHostActivity() - Method in class com.microblink.photopay.view.BaseCameraView
- getHostScreenOrientation() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the host's screen orientation as detected internally.
- getIban() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser.Result
-
Returns parsed IBAN (International Bank Account Number).
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
The account number of the receiving side.
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
-
The International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
-
The International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The IBAN of the payer or payee.
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
-
The International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
The international bank account number of the account to which the payment goes.
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The international bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The international bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
The International bank account number of the account to which the payment goes
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The international bank account number of the account to which the payment goes.
- getIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The International bank account numbe of the account to which the payment goes.
- getIdCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
Indicates payment situation in which QR Code was generated.
- getIdealHeight() - Method in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
- getIdentificationCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The identification code of the payment.
- getIdentificationCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The identification code of the payment.
- getImage() - Method in interface com.microblink.photopay.image.highres.HighResImageWrapper
-
Returns wrapped image.
- getImageFormat() - Method in class com.microblink.photopay.image.Image
-
Returns the format of the image.
- getImageFormat() - Method in class com.microblink.photopay.image.InputImage
-
Returns the format of the image.
- getImageName() - Method in class com.microblink.photopay.image.Image
-
Deprecated.Do not rely on this information anymore. New API images will be nameless.
- getImageName() - Method in class com.microblink.photopay.image.InputImage
-
Deprecated.Do not rely on this information anymore. New API images will be nameless.
- getImageOrientation() - Method in class com.microblink.photopay.image.Image
-
Returns the orientation of the image.
- getImageOrientation() - Method in class com.microblink.photopay.image.InputImage
-
Returns the orientation of the image.
- getImages() - Method in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- getInitialOrientation() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the initial orientation of rotatable view as set by setInitialOrientation.
- getIntentDataTransferMode() - Static method in class com.microblink.photopay.MicroblinkSDK
-
Returns current intent data transfer mode.
- getInvoiceId() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
-
Returns the ID of invoice this payment refers to.
- getInvoiceID() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The invoice or receipt identifier.
- getKey() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCRCharKey
- getLastDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentStandingOrder
-
Returns the date of the last payment of the standing order.
- getLastDateOfTheStandingOrder() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the last date of the standing order.
- getLines() - Method in class com.microblink.photopay.results.ocr.OcrBlock
- getLowerLeft() - Method in class com.microblink.photopay.geometry.Quadrilateral
-
Returns the point nearest to (0, height) coordinate
- getLowerRight() - Method in class com.microblink.photopay.geometry.Quadrilateral
-
Returns the point nearest to (width, height) coordinate
- getLoyaltyID() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The loyalty or discount scheme identifier.
- getMandateId() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
ID of the mandate
- getMaximumAllowedCharRecognitionVariants() - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
-
Returns the maximum allowed number of char recognition variants OCR engine will produce for each
OcrChar
. - getMaximumCharsExpected() - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
-
Returns the maximum number of chars expected in the image.
- getMaximumLineHeight() - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Returns the maximum height of the line of text given in float from range <0, 1>, which represents height percentage of the input image that is being processed.
- getMaximumLineHeight() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns the maximum height of the line of text given in pixels.
- getMerchantCodeCategory() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The merchant code category of the payment.
- getMerchantCodeCategory() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The merchant code category of the payment.
- getMerchantDeviceID() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The merchant device (POS, cash register) identifier.
- getMerchantReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The merchant reference of the payment.
- getMerchantReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The merchant reference of the payment.
- getMessage(StatusMessageTranslator.Event) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.PhotopayStatusMessageTranslator
- getMessage(StatusMessageTranslator.Event) - Method in interface com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator
- getMinimumCharHeight() - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Returns the minimum height of char that can be classified given in float from range <0, 1>, which represents height percentage of the input image that is being processed.
- getMinimumCharHeight() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns the minimum height of char that can be classified.
- getMinimumLineHeight() - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Returns the minimum height of the line of text given in float from range <0, 1>, which represents height percentage of the input image that is being processed.
- getMinimumLineHeight() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns the minimum height of the line of text given in pixels.
- getMonth() - Method in class com.microblink.photopay.results.date.SimpleDate
-
Returns month of the year, or
0
if date is partial and month is not known. - getMonths() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentStandingOrder
-
Returns the selection of one or more months on which payment occurs on the standing order.
- getName() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The name of the payer or payee.
- getName() - Method in class com.microblink.photopay.entities.recognizers.Recognizer
-
Returns unique name of this recognizer type.
- getNativeCameraFrame() - Method in class com.microblink.photopay.image.ImageFrame
-
Accessed from native code to obtain pointer to implementation of native camera frame
- getNativeContext() - Method in class com.microblink.photopay.entities.Entity
- getNativeContext() - Method in class com.microblink.photopay.entities.Entity.Result
- getNativeContext() - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- getNativeLibraryVersionString() - Static method in class com.microblink.photopay.MicroblinkSDK
-
Methods returns the version string of native library, if it has been loaded.
- getNav() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The NAV verification code.
- getNumMsBeforeTimeout() - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Returns the duration in milliseconds that needs to pass since scanning has begun in order to define timeout.
- getOcrCallback() - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
Callback that will be invoked with displayable OCR result obtained during recognition process.
- getOcrEngineOptions() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
-
Returns the OCR engine options used in Regex OCR parser.
- getOcrEngineOptions() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Returns the OCR engine options used in Regex OCR parser.
- getOcrLineResult() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
-
Raw OCR line result
- getOCRModel() - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Returns the current Deep OCR model.
- getOcrResult() - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
-
Returns the raw OCR result that was used for parsing data.
- getOcrResult() - Method in class com.microblink.photopay.metadata.ocr.DisplayableOcrResult
-
Returns the OCR result to be displayed
- getOneTimePaymentCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The one time payment code of the payment.
- getOneTimePaymentCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The one time payment code of the payment.
- getOpenedCameraType() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the type of the currently opened camera or null if currently there is no opened camera.
- getOperationalCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The operational code
- getOptionalData() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The additional data available at the end of HUB3 QR and PDF417 barcode
- getOptionalData() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The additional data available at the end of HUB3 QR and PDF417 barcode
- getOptionalData() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
Optional data from the end of QR code (if exists).
- getOptionalData() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The additional data about the payment.
- getOptionalData() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The additional data about the payment.
- getOrderFrequency() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the frequency of the standing order
- getOrientation() - Method in class com.microblink.photopay.image.ImageFrame
-
Returns the orientation of the current frame.
- getOrientationNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The orientation number
- getOriginalDateString() - Method in class com.microblink.photopay.results.date.Date
-
Returns original string representation of the date which has been extracted from the OCR result.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedAmount() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
-
Returns the scanned amount as big decimal value in normal currency (e.g.
- getParsedString() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser.Result
-
Returns string containing parsed OCR result according to given regular expression.
- getParser() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns parser that is used for this scan element.
- getParsers() - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
-
Returns array of parsers in the parser group.
- getPayerAccount() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
-
The account number of the payer
- getPayerAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The account number of the payer
- getPayerAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
The account number of the payer.
- getPayerAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
Payer accout number
- getPayerAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The account number of the payer.
- getPayerAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The account number of the payer.
- getPayerAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The address of the payer
- getPayerAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The address of the payer
- getPayerAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The address of the payer.
- getPayerAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The address of the payer.
- getPayerAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The payers address
- getPayerAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The address of the payer, if it exists.
- getPayerBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The bank code of the payer bank
- getPayerBankCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
The bank code of the payer bank.
- getPayerCity() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The city of the payer, if it exists.
- getPayerCountry() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The country of the payer, if it exists.
- getPayerDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The detailed address of the payer; available only for HUB3 slips
- getPayerDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The detailed address of the payer; available only for HUB3 slips
- getPayerDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The detailed address of the payer.
- getPayerDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The detailed address of the payer.
- getPayerHouseNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The house number of the payer, if it exists.
- getPayerIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The international bank account number of the payer account
- getPayerIban() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The international bank account number of the account from where the payment goes.
- getPayerId() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
The payer ID
- getPayerID() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser.Result
-
Returns parsed Hungarian payment payer ID.
- getPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The name of the payer
- getPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The name of the payer
- getPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The name of the payer
- getPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The name of the payer.
- getPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The name of the payer.
- getPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The payers name
- getPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The name of the payer, if it exists.
- getPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The name of the payer, if it exists.
- getPayerPlace() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The place of the payer, if it exists.
- getPayerPostalCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The postal code of the payer, if it exists.
- getPayerReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The reference of the payment's payer.
- getPayerReferenceModel() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The payer reference model
- getPayerReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The payer reference number
- getPayerReferenceNumberStatus() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
Status of the payer reference
- getPayerStreet() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The street of the payer, if it exists.
- getPayerStreet() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The street of the payer, if it exists.
- getPayload() - Method in class com.microblink.photopay.entities.recognizers.SignedPayload
-
Returns the payload.
- getPaymentCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The payment code of the payment.
- getPaymentCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The payment code of the payment.
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
The description of the payment.
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The description of the payment
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The description of the payment
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The description of the payment
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns description of the payment
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Description of the payment
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
-
Description of the payment, available if reference number is empty.
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
The description of the payment; available if reference number is empty.
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The description of the payment.
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The description of the payment.
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns description of the payment
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The payment description
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
The description of the payment
- getPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The description of the payment.
- getPaymentDescriptionCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The description code of the payment
- getPaymentDescriptionCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The description code of the payment
- getPaymentDescriptionCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The description code of the payment
- getPaymentInformationList() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
-
Returns a list of 0 or more payment information objects.
- getPaymentOptions() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns set of payment options associated with scanned payBySquare QR code.
- getPaymentSituation() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the payment situation in which QR Code was generated
- getPaymentSituationID() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The payment situation identifier.
- getPaymentType() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the type of payment.
- getPeriodicFirstExecutionDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
First execution date for periodic payments
- getPeriodicity() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentStandingOrder
-
Returns
SlovakiaQrPaymentPeriodicity
that represents the periodicity of the payment. - getPeriodicLastExecutionDate() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Last execution date for periodic payments
- getPeriodicTimeUnit() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Periodic time unit for periodic payments
- getPeriodicTimeUnitRotation() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Period for periodic payments in periodic time units
- getPixelStride() - Method in class com.microblink.photopay.image.Image
-
Returns the pixel stride for image buffer.
- getPointsDetectionCallback() - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
A callback that will be invoked when
DisplayablePointsDetection
gets available. - getPointSet() - Method in class com.microblink.photopay.metadata.detection.points.DisplayablePointsDetection
-
Returns set of points of interest that represent the detection.
- getPointsType() - Method in class com.microblink.photopay.metadata.detection.points.DisplayablePointsDetection
-
Returns the type of points represented by this detection object.
- getPosition() - Method in class com.microblink.photopay.results.ocr.OcrBlock
- getPosition() - Method in class com.microblink.photopay.results.ocr.OcrChar
-
Returns the position of char in image
- getPosition() - Method in class com.microblink.photopay.results.ocr.OcrLine
- getPostingKey() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Posting key
- getPreviewZoomScale() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the preview zoom scale that is used to draw the camera preview.
- getPriority() - Method in class com.microblink.photopay.entities.parsers.Parser
- getProcessingCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The processing code
- getProcessingCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The processing code
- getProcessors() - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
-
Returns array of processors used by this recognizer.
- getProductCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The product code
- getProductCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The product code
- getPrufziffer() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The control digits of the payslip.
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
Purpose code
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The purpose code of the payment
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The purpose code of the payment
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The purpose code of the payment
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Purpose of the payment
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
the purpose code of the payment.
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The purpose code of the payment.
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The purpose code of the payment.
- getPurposeCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The purpose code of the payment.
- getQuadDetectionCallback() - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
A callback that will be invoked when
DisplayableQuadDetection
gets available. - getQuality() - Method in class com.microblink.photopay.results.ocr.OcrChar
-
Returns the recognition quality of the char.
- getRawBarcodeData() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The raw barcode data string.
- getRawBarcodeData() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The raw barcode data string.
- getRawData() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
-
The raw bytes contained inside barcode.
- getRawHeight() - Method in class com.microblink.photopay.image.Image
-
Returns the raw height of the image (uncorrected for the orientation)
- getRawHeight() - Method in class com.microblink.photopay.image.InputImage
-
Returns the raw height of the image (uncorrected for the orientation)
- getRawResult() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Raw, unparsed string embedded in QR code
- getRawResult() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
Raw result
- getRawResult() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
Raw result
- getRawResult() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
Raw result
- getRawResult() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
Raw results
- getRawResult() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
Raw result
- getRawROI() - Method in class com.microblink.photopay.image.InputImage
-
Returns the region of interest in image in raw form (not corrected for orientation).
- getRawText() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser.Result
-
String version of raw OCR result.
- getRawWidth() - Method in class com.microblink.photopay.image.Image
-
Returns the raw width of the image (uncorrected for the orientation)
- getRawWidth() - Method in class com.microblink.photopay.image.InputImage
-
Returns the raw width of the image (uncorrected for the orientation)
- getRecipientAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The bank account number to which the payment goes.
- getRecipientAccountNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The bank account number to which the payment goes.
- getRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The address of the payment receiver
- getRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The address of the payment receiver
- getRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The address of the payment receiver.
- getRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The address of the payment receiver.
- getRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the address of the recipient, if it exists.
- getRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
The address of the recipient
- getRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The address of the recipient.
- getRecipientCity() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The city of the recipient.
- getRecipientCountry() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The country of the recipient.
- getRecipientDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The detailed address of the payment receiver; available only for HUB3 slips
- getRecipientDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The detailed address of the payment receiver; available only for HUB3 slips
- getRecipientDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The detailed address of the payment receiver.
- getRecipientDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The detailed address of the payment receiver.
- getRecipientDetailedAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the second line of recipient address, if it exists.
- getRecipientHouseNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The house number of the recipient.
- getRecipientInternalID() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The internal transaction identifier of payee.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
The name of the receiving side.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The name of the receiving side
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
-
The name of the receiving side
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The name of the receiving side
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The name of the receiving side
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the name of the receiving side
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Name of the receiving side
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
-
The name of the receiving side
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
Name of the recipient of the payment.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
-
The name of the recipient
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
The name of the receiving side.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The name of the receiving side.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The name of the receiving side.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the name of the receiving side
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
The name of the recipient
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
The the name of the recipient of the payment.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The name of the recipient.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The name of the recipient.
- getRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
-
The name of the payee.
- getRecipientPlace() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The place of the recipient.
- getRecipientPostalCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The postal code of the recipient.
- getRecipientStreet() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The street of the recipient.
- getRecipientStreet() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The street of the recipient.
- getRecognitionDebugMode() - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Returns the current recognition mode.
- getRecognitionVariants() - Method in class com.microblink.photopay.results.ocr.CharWithVariants
-
Returns the recognition variants of this char or null if there are no variants.
- getRecognizerBundle() - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
-
Returns the
RecognizerBundle
containing recognizers that will be used for processing. - getRecognizerBundle() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Returns the currently active recognizer bundle.
- getRecognizerCompatibilityStatus(Context) - Static method in class com.microblink.photopay.util.RecognizerCompatibility
- getRecognizerRunnerView() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
-
Returns the
RecognizerRunnerView
managed by this fragment. - getRecognizers() - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Returns the array of recognizers associated with this bundle.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser.Result
-
Returns parsed Australian Reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser.Result
-
Returns parsed Austrian 12-digit reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser.Result
-
Returns parsed reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser.Result
-
Returns parsed Croatian payment reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser.Result
-
Returns parsed German 13-digit reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser.Result
-
Returns parsed Macedonian payment reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser.Result
-
Returns parsed Montenegro payment reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser.Result
-
Returns parsed Serbian payment reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser.Result
-
Returns parsed Slovenian payment reference number.
- getReference() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser.Result
-
Returns parsed Sweden Reference number.
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
-
The reference of the payment.
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
-
The reference of the payment
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The reference of the payment
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The reference of the payment
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the reference of the payment
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
-
Payment reference
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
Reference of the payment
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
-
The reference of the payment.
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The reference of the payment.
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The reference of the payment.
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The reference of the payment
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The reference of the payment
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
The reference of the payment.
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The reference of the payment.
- getReference() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
-
The payment reference number.
- getReferenceModel() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The reference model of the payment
- getReferenceModel() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The reference model of the payment
- getReferenceModel() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The reference model of the payment
- getReferenceModel() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The reference model of the payment.
- getReferenceModel() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The reference model of the payment.
- getReferenceModel() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
The reference model of the payment
- getReferenceModel() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The reference model of the payment.
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The reference of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
The reference of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
-
The reference of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
-
The reference of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
-
The reference of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the reference number of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
The reference of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
-
The reference of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
-
The reference of the payment
- getReferenceNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
-
The reference of the payment
- getReferenceNumberStatus() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
Status of the reference
- getRegex() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Returns the currently set regular expression.
- getRemittanceInformation() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The remittance information.
- getResourceId(int) - Method in class com.microblink.photopay.fragment.overlay.OverlayResources
- getResult() - Method in class com.microblink.photopay.activity.result.BaseScanResult
-
Returns scanned data if result status is
ResultStatus.FINISHED
. - getResult() - Method in class com.microblink.photopay.entities.Entity
-
Returns the last result of the entity.
- getResultName() - Method in class com.microblink.photopay.metadata.ocr.DisplayableOcrResult
-
Returns the name of displayable OCR result
- getResultState() - Method in class com.microblink.photopay.entities.parsers.Parser.Result
-
Returns the state of the parser result.
- getResultState() - Method in class com.microblink.photopay.entities.processors.Processor.Result
-
Returns the state of the processor.
- getResultState() - Method in class com.microblink.photopay.entities.recognizers.Recognizer.Result
-
Returns the state of the recognizer.
- getResultStatus() - Method in class com.microblink.photopay.activity.result.BaseScanResult
-
Returns the status of the scanning process.
- getROI() - Method in class com.microblink.photopay.image.InputImage
-
Returns the region of interest in image corrected for current orientation of image.
- getRotationAnimationDuration() - Method in class com.microblink.photopay.view.CameraViewGroup
-
Returns the duration of rotatable view's rotation animation in miliseconds.
- getRowStride() - Method in class com.microblink.photopay.image.Image
-
Returns the row stride for image buffer.
- getScanningOverlay() - Method in class com.microblink.photopay.activity.BarcodeScanActivity
- getScanningOverlay() - Method in interface com.microblink.photopay.fragment.RecognizerRunnerFragment.ScanningOverlayBinder
-
Returns the scanning overlay that will receive events from
RecognizerRunnerFragment
. - getScanningRegion() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Returns the current scanning region or null if entire image is scanned.
- getScanRegionRelativeHeight() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns the current scan region height, represented as percentage of maximal allowed scan region height.
- getScanRegionRelativeWidth() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns the current scan region width, represented as percentage of maximal allowed scan region width.
- getScanResultListener() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Returns the listener that will obtain the results of the scanning.
- getService() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
Service code
- getServiceCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The service code
- getServiceCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The service code
- getShopID() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The retail unit or shop identifier.
- getShownScanRegionRelativeHeight() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns the current height of the scan region that will be shown to the user, represented as percentage of maximal allowed scan region height.
- getShownScanRegionRelativeWidth() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns the current width of the scan region that will be shown to the user, represented as percentage of maximal allowed scan region width.
- getSignature() - Method in class com.microblink.photopay.entities.recognizers.SignedPayload
-
Returns digital signature of the payload.
- getSignatureVersion() - Method in class com.microblink.photopay.entities.recognizers.SignedPayload
-
Returns digital signature version.
- getSingletonInstance() - Static method in class com.microblink.photopay.directApi.RecognizerRunner
-
Returns the recognizer singleton.
- getSlaveRecognizer() - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- getSlaveResult() - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
-
Returns the result of given recognizer.
- getSlipCode() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser.Result
-
Returns parsed Sweden slip code.
- getSlipId() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
Slip ID (e.g HUB3_BARCODE)
- getSlipId() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
Slip ID (e.g HUB3_BARCODE)
- getSlipId() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
-
Slip ID (e.g Hub3Right)
- getSlipId() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
-
Type of slip that was scanned
- getSlipId() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
Slip ID.
- getSortedQuad() - Method in class com.microblink.photopay.geometry.Quadrilateral
-
Returns the Quadrilateral which has same corners as original, but it guarantees that upper left point is the point nearest to (0,0) coordinate.
- getSortingCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
-
The slip sorting code.
- getSortingCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
-
The slip sorting code
- getSpecificSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the specific symbol.
- getSpecificSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
The specific symbol
- getSpecificSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the specific symbol.
- getSpecificSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
The specific symbol
- getSpecificSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The specific symbol
- getSpecificSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The specific symbol
- getSplashScreenLayoutId() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- getSplashScreenLayoutId() - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- getSplashScreenLayoutId() - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- getSplashScreenResourceId() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
-
Returns the currently set resource layout identifier for camera splash screen or 0 if splash screen is disabled.
- getStandingOrderInfo() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns
SlovakiaQrPaymentStandingOrder
that represents the standing order information that optionally exists on some Slovakian QR codes. - getStringData() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
-
String representation of data inside barcode.
- getStyle(int) - Method in class com.microblink.photopay.fragment.overlay.OverlayResources
- getStyleable() - Method in class com.microblink.photopay.fragment.overlay.OverlayResources
- getSubscriberNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
-
The subscriber number
- getSuccessFrame() - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
-
Returns the camera frame image on which given recognizer's result has become valid.
- getTargetActivity() - Method in class com.microblink.photopay.uisettings.BarcodeUISettings
- getTargetActivity() - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- getTargetActivity() - Method in class com.microblink.photopay.uisettings.OcrLineUISettings
- getTargetActivity() - Method in class com.microblink.photopay.uisettings.PhotopayUISettings
- getTargetActivity() - Method in class com.microblink.photopay.uisettings.UISettings
-
Returns target activity.
- getTaxNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
-
The tax number (Steuernummer) - used in payslip type 10 (see getBelegart)
- getText(Context) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns the text that will be displayed when parser is active.
- getTextResource() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns the resource ID representing text that will be displayed when parser is active.
- getThis() - Method in class com.microblink.photopay.fragment.overlay.OverlayStringsBuilder
- getTitle(Context) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns title that will be displayed.
- getTitleResource() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns the resource ID representing title that will be displayed or 0 if resource ID is not available.
- getTransactionCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
-
The slip transaction code or 0 if such code does not exist.
- getTransformedDisplayLocation() - Method in class com.microblink.photopay.metadata.detection.quad.DisplayableQuadDetection
-
Returns the display location in normalized coordinate system of visible camera frame.
- getTransformedPointSet() - Method in class com.microblink.photopay.metadata.detection.points.DisplayablePointsDetection
-
Returns set of points of interest that represent the detection in normalized coordinate system of visible camera frame.
- getTransformMatrix() - Method in class com.microblink.photopay.metadata.DisplayableObject
-
Returns the transformation matrix that can map coordinates from original coordinate system in which object was created into view's coordinate system.
- getUltimateRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The address of the ultimate recipient.
- getUltimateRecipientCity() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The city of the ultimate recipient.
- getUltimateRecipientCountry() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The country of the ultimate recipient.
- getUltimateRecipientHouseNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The house number of the ultimate recipient.
- getUltimateRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The name of the ultimate recipient.
- getUltimateRecipientPostalCode() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The postal code of the ultimate recipient.
- getUltimateRecipientStreet() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
-
The street of the ultimate recipient.
- getUniqueIdIntentExtraKey() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
- getUniqueIdIntentExtraKey() - Method in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- getUniqueIdIntentExtraKey() - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- getUpperLeft() - Method in class com.microblink.photopay.geometry.Quadrilateral
-
Returns the point nearest to (0, 0) coordinate.
- getUpperRight() - Method in class com.microblink.photopay.geometry.Quadrilateral
-
Returns the point nearest to (width, 0) coordinate
- getUrl() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The URL.
- getUsingFlagSecure() - Method in class com.microblink.photopay.uisettings.UISettings
- getUtilityId() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
-
The utility ID of the payment
- getUtilityID() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
-
Utility ID of the payment
- getValidityPeriod() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
The timestamp validity period of the payment.
- getValue() - Method in class com.microblink.photopay.results.ocr.OcrChar
-
Returns the value of the char.
- getVariabilniSymbol() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser.Result
-
Returns parsed Czech Variabilni Symbol number.
- getVariableSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
-
Returns the variable symbol.
- getVariableSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
-
The variable symbol
- getVariableSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
-
Returns the variable symbol.
- getVariableSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
-
The variable symbol
- getVariableSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
-
The variable symbol
- getVariableSymbol() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
-
The variable symbol
- getVersionNumber() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
-
Version of Hungarian QR Code standard.
- getView() - Method in class com.microblink.photopay.view.ocrResult.OcrResultCharsView
- getView() - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
- getView() - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- getVisiblePart() - Method in class com.microblink.photopay.image.ImageFrame
-
returns the region that defines the visible part of frame
- getVisiblePart() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the rectangle that which part of camera frame is visible in view
- getWidth() - Method in class com.microblink.photopay.geometry.Rectangle
- getWidth() - Method in class com.microblink.photopay.image.Image
-
Returns the width of the image (corrected for the current orientation).
- getWidth() - Method in class com.microblink.photopay.image.ImageFrame
-
returns the width of the frame
- getWidth() - Method in class com.microblink.photopay.image.InputImage
-
Returns the width of the image (corrected for the current orientation).
- getX() - Method in class com.microblink.photopay.geometry.Point
- getX() - Method in class com.microblink.photopay.geometry.Rectangle
- getY() - Method in class com.microblink.photopay.geometry.Point
- getY() - Method in class com.microblink.photopay.geometry.Rectangle
- getYear() - Method in class com.microblink.photopay.results.date.SimpleDate
-
Returns full year.
- getZoomLevel() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns the current camera zoom level.
H
- handler - Variable in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- HardwareInfo - Class in com.microblink.photopay.hardware
- HardwareInfo() - Constructor for class com.microblink.photopay.hardware.HardwareInfo
- hasCameraPermission() - Method in class com.microblink.photopay.util.CameraPermissionManager
-
Returns true if camera permission is available.
- hashCode() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCRCharKey
- hashCode() - Method in class com.microblink.photopay.geometry.Rectangle
- helpButtonId - Variable in class com.microblink.photopay.fragment.overlay.components.settings.ControlsLayoutConfig
- HelpIntentUIOptions - Interface in com.microblink.photopay.uisettings.options
- hideSnackbar() - Method in class com.microblink.photopay.fragment.overlay.components.snackbar.SnackbarManager
- HighResImagesBundle - Class in com.microblink.photopay.entities.recognizers
- HighResImagesBundle() - Constructor for class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- HighResImagesBundle(Intent) - Constructor for class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- HighResImageWrapper - Interface in com.microblink.photopay.image.highres
-
Wrapper around
Image
used for high resolution images. - HighResImageWrapper.Factory - Class in com.microblink.photopay.image.highres
- HighResSuccessFrameCaptureUIOptions - Interface in com.microblink.photopay.uisettings.options
- HUB1_BARCODE - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaBarcodeSlipIdType
- HUB3_BARCODE - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaBarcodeSlipIdType
- Hub3Left - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipId
-
Left part of the HUB3 payment slip was scanned
- Hub3Right - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipId
-
Right part of the HUB3 payment slip was scanned
- HungaryAccountParser - Class in com.microblink.photopay.entities.parsers.photopay.hungary.account
-
Parser that can extract Hungarian payment account number from the OCR result.
- HungaryAccountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- HungaryAccountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.hungary.account
- HungaryPayerIdParser - Class in com.microblink.photopay.entities.parsers.photopay.hungary.payerid
-
Parser that can extract Hungarian payment payer ID from the OCR result.
- HungaryPayerIdParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- HungaryPayerIdParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.hungary.payerid
- HungaryQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.hungary
-
Recognizer which can scan Hungarian payment QR code
- HungaryQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
- HungaryQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.hungary
- HungarySlipId - Enum Class in com.microblink.photopay.entities.recognizers.photopay.hungary.slip
- HungarySlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.hungary.slip
-
Recognizer that scans payment information from Hungarian payment slips
- HungarySlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
- HungarySlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.hungary.slip
I
- iban - Variable in class com.microblink.photopay.entities.recognizers.photopay.IbanBicAccount
-
International bank account number of the payment receiver account
- IbanBicAccount - Class in com.microblink.photopay.entities.recognizers.photopay
- IbanParser - Class in com.microblink.photopay.entities.parsers.iban
-
A parser that can extract IBAN (International Bank Account Number) from OCR result.
- IbanParser() - Constructor for class com.microblink.photopay.entities.parsers.iban.IbanParser
- IbanParser.Result - Class in com.microblink.photopay.entities.parsers.iban
- IDisplayablePointsView - Interface in com.microblink.photopay.view.viewfinder.points
-
Interface for views that can draw displayable points on the camera overlay.
- Image - Class in com.microblink.photopay.image
-
Represents a image that is being processed.
- Image(Parcel) - Constructor for class com.microblink.photopay.image.Image
- ImageBuilder - Class in com.microblink.photopay.image
-
Utility class that can build
Image
object from various sources. - ImageBuilder() - Constructor for class com.microblink.photopay.image.ImageBuilder
- ImageFormat - Enum Class in com.microblink.photopay.image
-
Represents a format of image that is being returned.
- ImageFrame - Class in com.microblink.photopay.image
- ImageFrame(InputImage, boolean, long) - Constructor for class com.microblink.photopay.image.ImageFrame
- INITIAL - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- initialize(Activity, ViewGroup, MetadataCallbacks) - Method in class com.microblink.photopay.fragment.overlay.components.debug.DebugViewHandler
- initialize(Context, int) - Method in class com.microblink.photopay.fragment.overlay.components.ScanSoundPlayer
- initialize(Context, RecognizerBundle, DirectApiErrorListener) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Initialize native library for recognition and returns true if initialization has been performed.
- initializeNativePart(long) - Method in class com.microblink.photopay.image.ImageFrame
- initializePoolObject() - Method in class com.microblink.photopay.image.ImageFrame
-
Initialization method.
- InputImage - Class in com.microblink.photopay.image
-
Represents a image that is being processed.
- IntentDataTransferMode - Enum Class in com.microblink.photopay.intent
-
Intent data transfer mode which is used for transferring Microblink SDK data between activities.
- IntentTransferableEntity<E extends Entity> - Class in com.microblink.photopay.entities.util
-
Helper class whose concrete implementations can be used for transferring single entity over intent.
- IntentTransferableEntity() - Constructor for class com.microblink.photopay.entities.util.IntentTransferableEntity
- IntentTransferableEntity(Parcel) - Constructor for class com.microblink.photopay.entities.util.IntentTransferableEntity
- IntentTransferableEntity(E) - Constructor for class com.microblink.photopay.entities.util.IntentTransferableEntity
- intValue() - Method in enum class com.microblink.photopay.hardware.orientation.Orientation
- Invalid - Enum constant in enum class com.microblink.photopay.entities.processors.Processor.Result.State
- Invalid - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaPaymentReferenceStatus
-
Reference is not valid
- INVALID_OR_MISSING_LICENSE - Enum constant in enum class com.microblink.photopay.view.NotSupportedReason
-
Indicates that current build configuration requires valid license to be set with either
MicroblinkSDK.setLicenseKey(String, Context)
,MicroblinkSDK.setLicenseBuffer(byte[], Context)
orMicroblinkSDK.setLicenseFile(String, Context)
before using the scanner and set license is not valid - InvalidLicenceKeyException - Exception in com.microblink.photopay.licence.exception
-
Thrown when invalid licence key is set to library.
- InvalidLicenceKeyException(String) - Constructor for exception com.microblink.photopay.licence.exception.InvalidLicenceKeyException
- IOcrResultView - Interface in com.microblink.photopay.view.ocrResult
-
Interface for views that can display
DisplayableOcrResult
. - isAnimationInProgress() - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- isAnimationInProgress() - Method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManager
-
Returns true if quad view animation is currently in progress.
- isArabicIndicMode() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
-
Indicates whether Arabic-Indic mode is enabled.
- isAutofocusSupported() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns true if opened camera supports autofocus.
- isAutoScaleDetection() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Allow enabling the autodetection of image scale when scanning barcodes.
- isCameraActive() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns true if camera is currently active.
- isCameraFocused() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns true if camera is currently in focus
- isCameraTorchSupported() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns true if camera has got torch.
- isCasePostprocessorEnabled() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns whether case postprocessing is enabled.
- isColorDropoutEnabled() - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
-
Returns true if the additional image processing which drops background colors will be performed.
- isConversionToEurPerformed() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
The information if the conversion from HRK to EUR is performed or not
- isConversionToEurPerformed() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
The information if the conversion from HRK to EUR is performed or not
- isCutoffCharFilterEnabled() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns whether cutoff char filter is enabled.
- isDatePassed(SimpleDate) - Static method in class com.microblink.photopay.results.date.DateUtils
-
Checks whether the given date has passed or not by comparing it with the current device time.
- isDefaultQuad() - Method in class com.microblink.photopay.geometry.Quadrilateral
- isDeposit() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
Whether deposit option is included in payment.
- isDetectFlippedTextEnabled() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns whether flipped text detection is enabled.
- isDeviceMoving() - Method in class com.microblink.photopay.image.ImageFrame
-
returns true if device was moving while frame was created
- isDeviceShaking() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns true if the device is being shaken
- isDisposed() - Method in class com.microblink.photopay.image.Image
-
Returns true if image's internal buffers are disposed and cannot be used anymore.
- isDisposed() - Method in class com.microblink.photopay.image.InputImage
-
Returns true if image's internal buffers are disposed and cannot be used anymore.
- isEmpty() - Method in class com.microblink.photopay.entities.Entity.Result
- isEmpty() - Method in class com.microblink.photopay.entities.parsers.Parser.Result
- isEmpty() - Method in class com.microblink.photopay.entities.processors.Processor.Result
- isEmpty() - Method in class com.microblink.photopay.entities.recognizers.Recognizer.Result
- isEmpty() - Method in class com.microblink.photopay.entities.recognizers.SignedPayload
- isEmpty() - Method in class com.microblink.photopay.geometry.Quadrilateral
-
Returns true if quadrilateral is empty, i.e.
- isExcludedFromPing() - Method in class com.microblink.photopay.entities.recognizers.Recognizer
-
Returns true if this recognizer should be excluded from reporting its scan success to ping server.
- isFilledByDomainKnowledge() - Method in class com.microblink.photopay.results.date.Date
-
Indicates that date does not appear on the document but is filled by our internal domain knowledge.
- isFocused() - Method in class com.microblink.photopay.image.ImageFrame
-
returns true if camera thinks this frame is focused
- isHighResFrameCaptureEnabled() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns true if high res frame capture was enabled.
- isHorizontal() - Method in enum class com.microblink.photopay.hardware.orientation.Orientation
- isHostActivityOrientationOnSensor() - Method in class com.microblink.photopay.view.BaseCameraView
- isImageProcessingEnabled() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns true if image processing is performed on image.
- isNoisePostprocessingEnabled() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns whether noise postprocessing is enabled.
- isNullQuietZoneAllowed() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Allow scanning PDF417 barcodes which don't have quiet zone surrounding it (e.g.
- isOptimizedForNearScan - Variable in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- isOptimizedForNearScan - Variable in class com.microblink.photopay.uisettings.CameraSettings
- isOptional() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Returns whether scan field with this configuration is optional.
- isOrientationAllowed(Orientation) - Method in class com.microblink.photopay.view.BaseCameraView
- isOrientationAllowed(Orientation) - Method in interface com.microblink.photopay.view.OrientationAllowedListener
-
Called in onOrientationChange.
- isPhoto() - Method in class com.microblink.photopay.image.ImageFrame
-
Returns true if frame is photograph
- isPinchToZoomAllowed - Variable in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- isPinchToZoomAllowed - Variable in class com.microblink.photopay.uisettings.CameraSettings
- isPinchToZoomAllowed() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns true if camera view will handle pinch events to manage camera zoom level.
- isRatioPostprocessorEnabled() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns whether ratio postprocessor is enabled.
- isRelative() - Method in class com.microblink.photopay.geometry.Rectangle
-
Return true if rectangle is given in relative coordinates.
- isRequestedOrientationSensor(int) - Static method in class com.microblink.photopay.view.BaseCameraView
- isRequestedOrientationUser(int) - Method in class com.microblink.photopay.view.BaseCameraView
- isRequired() - Method in class com.microblink.photopay.entities.parsers.Parser
-
Returns whether parser configured with this parser settings object will be required
- isRotatable - Variable in class com.microblink.photopay.fragment.overlay.components.settings.ScanRegionOfInterestSettings
- isRotatable() - Method in class com.microblink.photopay.view.CameraViewGroup.LayoutParams
- isScanInverse() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Enables scanning of barcodes with inverse intensity values (e.g.
- isScanningPaused() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Returns true if scanning is paused or if scanning still has not yet started.
- isScanUncertain() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Enable decoding of non-standard PDF417 barcodes, but without guarantee that all data will be read.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Enable slower, but more thorough scanning, thus giving higher possibility of successful scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
-
If enabled, scanning will be slower but more thorough, giving higher possibility of successful scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
-
If enabled, scanning will be slower but more thorough, giving higher possibility of successful scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- isSlowerThoroughScan() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- isSnackbarShown() - Method in class com.microblink.photopay.fragment.overlay.components.snackbar.SnackbarManager
- isTapToFocusAllowed() - Method in class com.microblink.photopay.view.BaseCameraView
-
Returns true if camera view will handle tap events to ask camera to perform autofocus on tapped area.
- isUncertain() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
-
True if returned result is uncertain, i.e.
- isUncertain() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
-
True if returned result is uncertain, i.e.
- isUncertain() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
-
True if returned result is uncertain, i.e.
- isUncertain() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
-
The indication if the payment barcode data is uncertain.
- isUncertain() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
-
The indication if the payment barcode data is uncertain.
- isUncertain() - Method in class com.microblink.photopay.results.ocr.OcrChar
-
Returns true if OCR engine thinks this char is uncertain
- isUncertainDecoding() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
-
Uncertain decoding enables scanning of non-standard elements, but there is no guarantee that all data will be read.
- isUncertainDecoding() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
-
Enable scanning of non-standard elements, but there is no guarantee that all data will be read.
- isVertical() - Method in enum class com.microblink.photopay.hardware.orientation.Orientation
- isWithdraw() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
-
Whether withdraw option is included in payment.
- isWordProcessingEnabled() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Returns whether word processing is enabled.
- isZero() - Method in class com.microblink.photopay.geometry.Point
-
Returns true if point has coordinates (0,0).
- ITF - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
ITF barcode was scanned
J
- JsonizableEntity - Interface in com.microblink.photopay.entities.util
K
- KosovoCode128PaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.kosovo
-
Recognizer which can scan Kosovo Code 128 code.
- KosovoCode128PaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer
- KosovoCode128PaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.kosovo
- KosovoCode128SlipIdType - Enum Class in com.microblink.photopay.entities.recognizers.photopay.kosovo
-
Represents slip ID type of Kosovo code128 payment slip result.
- KosovoSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.kosovo.slip
-
Recognizer that scans payment information from Kosovo payment slips
- KosovoSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer
- KosovoSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.kosovo.slip
L
- LANDSCAPE - Enum constant in enum class com.microblink.photopay.uisettings.options.OverlayOrientation
-
Allowed orientations will be
Orientation.ORIENTATION_LANDSCAPE_RIGHT
orOrientation.ORIENTATION_LANDSCAPE_LEFT
. - LanguageUtils - Class in com.microblink.photopay.locale
- LanguageUtils() - Constructor for class com.microblink.photopay.locale.LanguageUtils
- layoutId - Variable in class com.microblink.photopay.fragment.overlay.components.settings.ControlsLayoutConfig
- LayoutParams(int, int) - Constructor for class com.microblink.photopay.view.CameraViewGroup.LayoutParams
- LayoutParams(Context, AttributeSet) - Constructor for class com.microblink.photopay.view.CameraViewGroup.LayoutParams
- LayoutParams(ViewGroup.LayoutParams) - Constructor for class com.microblink.photopay.view.CameraViewGroup.LayoutParams
- LicenceKeyException - Exception in com.microblink.photopay.licence.exception
- LicenceKeyException(String) - Constructor for exception com.microblink.photopay.licence.exception.LicenceKeyException
- LicenceKeyException(String, Throwable) - Constructor for exception com.microblink.photopay.licence.exception.LicenceKeyException
- LicenceLockedException - Exception in com.microblink.photopay.licence.exception
-
Thrown when the active licence has been remotely locked.
- LicenceLockedException() - Constructor for exception com.microblink.photopay.licence.exception.LicenceLockedException
- LifecycleObserver - Interface in com.microblink.photopay.fragment
-
Observer that can observe lifecycle events of
RecognizerRunnerFragment
- loadUiSettings(Intent) - Method in class com.microblink.photopay.activity.BarcodeScanActivity
- loadUiSettings(Intent) - Method in class com.microblink.photopay.activity.FieldByFieldScanActivity
- loadUiSettings(Intent) - Method in class com.microblink.photopay.activity.OcrLineScanActivity
- loadUiSettings(Intent) - Method in class com.microblink.photopay.activity.PhotopayActivity
- log() - Method in class com.microblink.photopay.geometry.Point
-
Logs the point coordinates to LOG_DEBUG log.
- log() - Method in class com.microblink.photopay.geometry.Rectangle
M
- MacedoniaAccountParser - Class in com.microblink.photopay.entities.parsers.photopay.macedonia.account
-
Parser that can extract Macedonian payment account number from the OCR result.
- MacedoniaAccountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- MacedoniaAccountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.macedonia.account
- MacedoniaReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.macedonia.reference
-
Parser that can extract Macedonian payment reference number from the OCR result.
- MacedoniaReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- MacedoniaReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.macedonia.reference
- makeCopy() - Method in class com.microblink.photopay.geometry.Point
- mAspectMode - Variable in class com.microblink.photopay.view.BaseCameraView
-
Defines the way camera preview will be layouted inside view
- matchesMargins(int, int, int, int, int) - Method in class com.microblink.photopay.geometry.Quadrilateral
- MbScan - Class in com.microblink.photopay.activity.result.contract
-
The Activity Result API's contract to launch scanning by using the provided
UISettings
. - MbScan() - Constructor for class com.microblink.photopay.activity.result.contract.MbScan
- mCameraEventsListener - Variable in class com.microblink.photopay.view.BaseCameraView
-
Listener that will receive various camera events
- mCameraSurfaceView - Variable in class com.microblink.photopay.view.BaseCameraView
-
View element
- mCameraViewState - Variable in class com.microblink.photopay.view.BaseCameraView
- mConfigurationOrientation - Variable in class com.microblink.photopay.view.BaseCameraView
-
Current configuration orientation
- mDetectionStatus - Variable in class com.microblink.photopay.metadata.detection.DisplayableDetection
-
Detection status which indicates the status of the detection
- mDeviceManager - Variable in class com.microblink.photopay.view.BaseCameraView
-
Device manager that will load device list from resources
- mErrorState - Variable in class com.microblink.photopay.view.BaseCameraView
-
Flag indicating there has been an unrecoverable error
- MetadataCallbacks - Class in com.microblink.photopay.metadata
-
Class that contains all possible metadata callbacks that can observe recognition process.
- MetadataCallbacks() - Constructor for class com.microblink.photopay.metadata.MetadataCallbacks
- mHostScreenOrientation - Variable in class com.microblink.photopay.view.BaseCameraView
-
Orientation of the host activity
- MicroblinkSDK - Class in com.microblink.photopay
-
Entry class for all Microblink SDKs - used for setting up license key and to add support for optimisation of passing data between activities.
- mImage - Variable in class com.microblink.photopay.image.ImageFrame
- mInitialOrientation - Variable in class com.microblink.photopay.view.BaseCameraView
-
Initial orientation which will be used for frame orientation if mOrientation is unknown
- mirror(int, int, int) - Method in class com.microblink.photopay.geometry.Quadrilateral
-
Mirrors the quadrangle so that it can be properly drawn on mirrored camera preview
- mirrorX(float) - Method in class com.microblink.photopay.geometry.Point
-
Return point mirrored around X axis.
- mirrorXInPlace(float) - Method in class com.microblink.photopay.geometry.Point
-
Mirrors point around X axis.
- mirrorXY(float, float) - Method in class com.microblink.photopay.geometry.Point
-
Return point mirrored around both X and Y axis
- mirrorXYInPlace(float, float) - Method in class com.microblink.photopay.geometry.Point
-
Mirrors point around both X and Y axis
- mirrorY(float) - Method in class com.microblink.photopay.geometry.Point
-
Return point mirrored around Y axis.
- mirrorYInPlace(float) - Method in class com.microblink.photopay.geometry.Point
-
Mirrors point around Y axis.
- mIsRequestedOrientationSensor - Variable in class com.microblink.photopay.view.BaseCameraView
- mIsRequestedOrientationUser - Variable in class com.microblink.photopay.view.BaseCameraView
- mNativeContext - Variable in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- ModelUnknown - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaPaymentReferenceStatus
-
Reference is valid, but reference model is unknown.
- mOnActivityFlipListener - Variable in class com.microblink.photopay.view.BaseCameraView
-
Listener that will be notified when activity flip occurs.
- MontenegroAccountParser - Class in com.microblink.photopay.entities.parsers.photopay.montenegro.account
-
Parser that can extract Montenegro payment account number from the OCR result.
- MontenegroAccountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- MontenegroAccountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.montenegro.account
- MontenegroReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.montenegro.reference
-
Parser that can extract Montenegro payment reference number from the OCR result.
- MontenegroReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- MontenegroReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.montenegro.reference
- Monthly - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
- mOrientationChangeListener - Variable in class com.microblink.photopay.view.BaseCameraView
- mOwner - Variable in class com.microblink.photopay.entities.Entity.Result
- mPreviewZoomScale - Variable in class com.microblink.photopay.view.BaseCameraView
- mQuadView - Variable in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManager
- mRotateMeteringAreas - Variable in class com.microblink.photopay.view.BaseCameraView
- MRTD_DETECTION - Enum constant in enum class com.microblink.photopay.metadata.detection.points.PointsType
-
Represented points are locations of Machine Readable Zone detected elements.
- mSlaveOrientationChangeListeners - Variable in class com.microblink.photopay.view.BaseCameraView
-
Slave orientation change listeners that can be notified on orientation change events generated by mOrientationManager
- mTransformMatrix - Variable in class com.microblink.photopay.metadata.DisplayableObject
-
Transformation matrix containing the transformation from original coordinate system into view's coordinate system
N
- nativeGetNativeResultContext(long) - Static method in class com.microblink.photopay.entities.Entity
- nativeSetParsers(long, long[]) - Static method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- nativeSetProcessors(long, long[]) - Static method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- negative() - Method in class com.microblink.photopay.geometry.Point
- negativeClone() - Method in class com.microblink.photopay.geometry.Point
-
Calculate and return negative of current point.
- NetherlandsSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.netherlands.slip
-
Recognizer that scans payment information from Dutch payment slips
- NetherlandsSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
- NetherlandsSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.netherlands.slip
- NEW - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128SlipIdType
- NO_CAMERA - Enum constant in enum class com.microblink.photopay.util.RecognizerCompatibilityStatus
-
Device does not have camera.
- NO_CAMERA - Enum constant in enum class com.microblink.photopay.view.NotSupportedReason
-
Indicates that device does not have camera
- NoChecksums - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaPaymentReferenceStatus
-
Reference does not contain any checksums
- None - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
No barcode was scanned
- norm() - Method in class com.microblink.photopay.geometry.Point
-
Calculate and return norm of the point.
- normalize() - Method in class com.microblink.photopay.geometry.Point
-
Calculate and return point that has same direction as this point, but norm 1.
- normalize(float) - Method in class com.microblink.photopay.geometry.Point
-
Calculate and return point that has same direction as this point, but norm as given.
- normalizeToUnitRectangle() - Method in class com.microblink.photopay.geometry.Rectangle
- NOTHING - Enum constant in enum class com.microblink.photopay.uisettings.options.OcrResultDisplayMode
-
OCR results won't be displayed at all.
- NotSupportedReason - Enum Class in com.microblink.photopay.view
-
Enum describing reason why scanning is not supported.
O
- OCR_DOCUMENT_TYPE_ARABIC - Enum constant in enum class com.microblink.photopay.entities.ocrengine.legacy.OcrDocumentType
-
Supports the recognition of Arabic-Indic numerals and punctuation marks used in amounts.
- OCR_DOCUMENT_TYPE_GENERIC - Enum constant in enum class com.microblink.photopay.entities.ocrengine.legacy.OcrDocumentType
-
Supports latin alphabet, numbers, punctuation marks, currency symbols and common country specific characters for large number of commonly used fonts.
- OCR_DOCUMENT_TYPE_MICR - Enum constant in enum class com.microblink.photopay.entities.ocrengine.legacy.OcrDocumentType
-
Supports the recognition of MICR (Magnetic Ink Character Recognition) font characters which are used mainly by the banking industry.
- OCR_FONT_AKZIDENZ_GROTESK - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ANTONIO_REGULAR - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ANY - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ARABIC_NILE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ARIAL - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ARIAL_BLACK - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ARNHEM - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_AVANT_GARDE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_BEMBO - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_BODONI - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_CALIBRI - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_CALIBRI_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_CHAINPRINTER - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_COMIC_SANS - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_CONCERTO_ROUNDED_SG - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_CORPORATE_LIGHT - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_COURIER - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_COURIER_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_COURIER_CONDENSED - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_COURIER_MEDIUM_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_COURIER_NEW_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_COURIER_NEW_CE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_DEJAVU_SANS_MONO - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_DIN - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_EUROPA_GRO_SB - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_EUROPA_GRO_SB_LIGHT - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_EUROSTILE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_F25_BANK_PRINTER_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_FE_SCHRIFT - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_FRANKLIN_GOTHIC - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_FRUTIGER - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_FUTURA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_FUTURA_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_GARAMOND - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_GEORGIA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_GILL_SANS - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_HANDWRITTEN - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_HELVETICA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_HELVETICA_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_HELVETICA_CONDENSED_LIGHT - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_HYPERMARKET - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_INTERSTATE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_LATIN_MODERN - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_LATIN_MODERN_ITALIC - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_LETTER_GOTHIC - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_LUCIDA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_LUCIDA_SANS - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_MATRIX - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_META - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_MICR - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_MINION - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_OCRA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_OCRB - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_OFFICINA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_OPTIMA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_PRINTF - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ROCKWELL - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ROTIS_SANS_SERIF - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_ROTIS_SERIF - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_SABON - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_STONE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_SV_BASIC_MANUAL - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_TAHOMA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_TAHOMA_BOLD - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_TEX_GYRE_TERMES - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_TEX_GYRE_TERMES_ITALIC - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_THESIS - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_TICKET_DE_CAISSE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_TIMES_NEW_ROMAN - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_TRAJAN - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_TRINITE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_UKDL_LIGHT - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_UNIVERS - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_UNKNOWN - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_UNKNOWN_MATH - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_VERDANA - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_VOLTAIRE - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_WALBAUM - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_FONT_XITS_MATH - Enum constant in enum class com.microblink.photopay.results.ocr.OcrFont
- OCR_RESULT - Enum constant in enum class com.microblink.photopay.metadata.detection.points.PointsType
-
Represented points are locations of characters within OCR result.
- OcrBlock - Class in com.microblink.photopay.results.ocr
- OcrBlock(long, OcrResult) - Constructor for class com.microblink.photopay.results.ocr.OcrBlock
- OcrCallback - Interface in com.microblink.photopay.metadata.ocr
-
Callback that will be invoked with displayable OCR result obtained during recognition process.
- OcrChar - Class in com.microblink.photopay.results.ocr
- OcrChar(long, Object) - Constructor for class com.microblink.photopay.results.ocr.OcrChar
- OcrCharsFeedbackHandler - Class in com.microblink.photopay.fragment.overlay.components.feedback
- OcrCharsFeedbackHandler() - Constructor for class com.microblink.photopay.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
- OcrDocumentType - Enum Class in com.microblink.photopay.entities.ocrengine.legacy
-
Available OCR document types.
- OcrDotsFeedbackHandler - Class in com.microblink.photopay.fragment.overlay.components.feedback
- OcrDotsFeedbackHandler() - Constructor for class com.microblink.photopay.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
- OcrFont - Enum Class in com.microblink.photopay.results.ocr
-
A list of fonts supported by BlinkOCR
- OcrLine - Class in com.microblink.photopay.results.ocr
- OcrLine(long, OcrBlock) - Constructor for class com.microblink.photopay.results.ocr.OcrLine
- OcrLineScanActivity - Class in com.microblink.photopay.activity
- OcrLineScanActivity() - Constructor for class com.microblink.photopay.activity.OcrLineScanActivity
- OcrLineUISettings - Class in com.microblink.photopay.uisettings
- OcrLineUISettings(Intent) - Constructor for class com.microblink.photopay.uisettings.OcrLineUISettings
- OcrLineUISettings(RecognizerBundle) - Constructor for class com.microblink.photopay.uisettings.OcrLineUISettings
- OcrResult - Class in com.microblink.photopay.results.ocr
-
Represents a raw OCR result.
- OcrResult(long, Object) - Constructor for class com.microblink.photopay.results.ocr.OcrResult
-
Constructor from native code
- OcrResultCharsView - Class in com.microblink.photopay.view.ocrResult
- OcrResultCharsView(Context, AttributeSet, int) - Constructor for class com.microblink.photopay.view.ocrResult.OcrResultCharsView
- OcrResultDisplayMode - Enum Class in com.microblink.photopay.uisettings.options
-
Mode in which OCR result will be drawn on camera preview.
- OcrResultDisplayUIOptions - Interface in com.microblink.photopay.uisettings.options
- OcrResultDotsView - Class in com.microblink.photopay.view.ocrResult
-
View intended to be used as child view to
RecognizerRunnerView
It differs from OcrResultView as it rendersmNumberOfDots
dots as subviews and displays them along a line of detection. - OcrResultDotsView(Context, int, Orientation) - Constructor for class com.microblink.photopay.view.ocrResult.OcrResultDotsView
- OcrResultDotsView(Context, int, Orientation, int) - Constructor for class com.microblink.photopay.view.ocrResult.OcrResultDotsView
- OFFLINE - Enum constant in enum class com.microblink.photopay.directApi.RecognizerRunner.State
- OLD - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128SlipIdType
- onActivityFlip() - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- onActivityFlip() - Method in class com.microblink.photopay.view.BaseCameraView
-
Called when activity is flipped - this event is not raised by OS so we have custom detection of that state.
- onActivityFlip() - Method in interface com.microblink.photopay.view.OnActivityFlipListener
-
Called when activity is flipped.
- onActivityFlip() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- OnActivityFlipListener - Interface in com.microblink.photopay.view
-
Listener that will notify you when activity flip has occurred.
- onAnimationEnd() - Method in interface com.microblink.photopay.view.viewfinder.quadview.QuadViewAnimationListener
-
Called when quad view finishes quad animation.
- onAnimationStart() - Method in interface com.microblink.photopay.view.viewfinder.quadview.QuadViewAnimationListener
-
Called when quad view starts animating quad.
- onAnimationUpdate(ValueAnimator) - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- onAttach(Activity) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onAutofocusFailed() - Method in interface com.microblink.photopay.hardware.camera.AutofocusListener
-
This method will be called when camera focusing has failed.
- onAutofocusFailed() - Method in class com.microblink.photopay.view.BaseCameraView.BaseCameraListener
- onAutofocusStarted(Rect[]) - Method in interface com.microblink.photopay.hardware.camera.AutofocusListener
-
This method will be called when camera focusing has started.
- onAutofocusStarted(Rect[]) - Method in class com.microblink.photopay.view.BaseCameraView.BaseCameraListener
- onAutofocusStopped(Rect[]) - Method in interface com.microblink.photopay.hardware.camera.AutofocusListener
-
This method will be called when camera focusing has stopped.
- onAutofocusStopped(Rect[]) - Method in class com.microblink.photopay.view.BaseCameraView.BaseCameraListener
- onBackPressed() - Method in class com.microblink.photopay.activity.BarcodeScanActivity
- onCameraAutofocusFailed() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onCameraAutofocusFailed() - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- onCameraPermissionDenied() - Method in interface com.microblink.photopay.view.CameraEventsListener
-
Called on Android 6.0 and newer when runtime camera permission was not given to the app.
- onCameraPinchEvent(float) - Method in class com.microblink.photopay.view.BaseCameraView.BaseCameraViewEventsListener
- onCameraPreviewStarted() - Method in interface com.microblink.photopay.view.BaseCameraEventsListener
-
Called just after camera preview has successfully started and no exceptions occurred.
- onCameraPreviewStarted() - Method in class com.microblink.photopay.view.BaseCameraView
- onCameraPreviewStarted() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- onCameraPreviewStopped() - Method in interface com.microblink.photopay.view.BaseCameraEventsListener
-
Called inside pause method of CameraView just haver camera preview has been stopped.
- onCameraPreviewStopped() - Method in class com.microblink.photopay.view.BaseCameraView
- onCameraPreviewStopped() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- onCameraTapEvent(float, float) - Method in class com.microblink.photopay.view.BaseCameraView.BaseCameraViewEventsListener
- onConfigurationChanged(Configuration) - Method in interface com.microblink.photopay.fragment.LifecycleObserver
- onConfigurationChanged(Configuration) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onCreate(Bundle) - Method in class com.microblink.photopay.activity.BarcodeScanActivity
- onCreate(Bundle) - Method in interface com.microblink.photopay.fragment.LifecycleObserver
-
Called after
RecognizerRunnerFragment.onCreate(Bundle)
. - onCreate(Bundle) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onDebugText(String) - Method in interface com.microblink.photopay.metadata.text.DebugTextCallback
-
Called when debug text gets available and should be displayed on screen.
- onDestroy() - Method in interface com.microblink.photopay.fragment.LifecycleObserver
-
Called after
RecognizerRunnerFragment.onDestroy()
. - onDestroy() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onDestroyView() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onDetectionFailed() - Method in interface com.microblink.photopay.metadata.detection.FailedDetectionCallback
-
Invoked when all recognizers in active
Recognizer
chain have failed to detect anything on the image. - onDraw(Canvas) - Method in class com.microblink.photopay.view.ocrResult.OcrResultCharsView
- onDraw(Canvas) - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- onError(Throwable) - Method in interface com.microblink.photopay.view.BaseCameraEventsListener
-
Called when recognition results with exception.
- onFragmentConfigurationChanged(Configuration) - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFragmentConfigurationChanged(Configuration) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- onFragmentConfigurationChanged(Configuration) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- onFragmentCreated(Bundle) - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFragmentCreated(Bundle) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- onFragmentDestroyed() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFragmentPaused() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFragmentResumed() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFragmentResumed() - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- onFragmentResumed() - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- onFragmentSaveInstanceState(Bundle) - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFragmentSaveInstanceState(Bundle) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- onFragmentSaveInstanceState(Bundle) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- onFragmentStarted() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFragmentStopped() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFrameAvailable(Image, boolean, double) - Method in interface com.microblink.photopay.entities.recognizers.framegrabber.FrameCallback
-
Called when
FrameGrabberRecognizer
received new frame for processing. - onFrameRecognitionDone(RecognitionSuccessType) - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onFrameRecognitionDone(RecognitionSuccessType) - Method in interface com.microblink.photopay.fragment.overlay.ScanningOverlay
-
Called for each camera frame, after the recognition has been completed.
- onImageAvailable(Image) - Method in interface com.microblink.photopay.metadata.image.DebugImageCallback
-
Called on processing thread when it wants to show an image it is currently in process.
- onLayout(boolean, int, int, int, int) - Method in class com.microblink.photopay.view.BaseCameraView
- onLayout(boolean, int, int, int, int) - Method in class com.microblink.photopay.view.ocrResult.OcrResultCharsView
- onLayout(boolean, int, int, int, int) - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
- onLayout(boolean, int, int, int, int) - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- onMeasure(int, int) - Method in class com.microblink.photopay.view.BaseCameraView
- onOcrResult(DisplayableOcrResult) - Method in interface com.microblink.photopay.metadata.ocr.OcrCallback
-
Called when OCR result should be displayed on screen.
- onOperationDone(boolean) - Method in interface com.microblink.photopay.hardware.SuccessCallback
-
Invoked when asynchronous operation has finished.
- onOrientationChange(int) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
- onOrientationChange(int) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
- onOrientationChange(int) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.PointSetFeedbackHandler
- onOrientationChange(int) - Method in interface com.microblink.photopay.fragment.overlay.components.feedback.RecognitionFeedbackHandler
- onOrientationChange(Orientation) - Method in class com.microblink.photopay.view.BaseCameraView.BaseOrientationChangeListener
- onOrientationChange(Orientation) - Method in class com.microblink.photopay.view.CameraViewGroup.CameraViewGroupOrientationChangeListener
- onOrientationChange(Orientation) - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
- onPause() - Method in interface com.microblink.photopay.fragment.LifecycleObserver
-
Called after
RecognizerRunnerFragment.onPause()
. - onPause() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onPointsDetection(DisplayablePointsDetection) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
- onPointsDetection(DisplayablePointsDetection) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
- onPointsDetection(DisplayablePointsDetection) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.PointSetFeedbackHandler
- onPointsDetection(DisplayablePointsDetection) - Method in interface com.microblink.photopay.fragment.overlay.components.feedback.RecognitionFeedbackHandler
- onPointsDetection(DisplayablePointsDetection) - Method in interface com.microblink.photopay.metadata.detection.points.PointsDetectionCallback
-
Called when
DisplayablePointsDetection
gets available. - onQuadDetection(DisplayableQuadDetection) - Method in interface com.microblink.photopay.metadata.detection.quad.QuadDetectionCallback
-
Called when
DisplayableQuadDetection
gets available. - onRecognizerError(Throwable) - Method in interface com.microblink.photopay.directApi.DirectApiErrorListener
-
Called when error occurs in recognizer initialization.
- onRecognizerRunnerFragmentAttached(RecognizerRunnerFragment, Activity) - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onRecognizerRunnerFragmentAttached(RecognizerRunnerFragment, Activity) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- onRecognizerRunnerFragmentAttached(RecognizerRunnerFragment, Activity) - Method in interface com.microblink.photopay.fragment.overlay.ScanningOverlay
-
Called after
RecognizerRunnerFragment
gets attached to its host activity. - onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in interface com.microblink.photopay.fragment.overlay.ScanningOverlay
-
Called when
RecognizerRunnerView
has been created within givenRecognizerRunnerFragment
. - onRequestPermissionsResult(int, String[], int[]) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onRequestPermissionsResult(int, String[], int[]) - Method in class com.microblink.photopay.util.CameraPermissionManager
-
This method handles request permission results as given to onRequestPermissionResult callback of Activity.
- onResume() - Method in interface com.microblink.photopay.fragment.LifecycleObserver
-
Called after
RecognizerRunnerFragment.onResume()
. - onResume() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onResume() - Method in class com.microblink.photopay.util.CameraPermissionManager
- onSaveInstanceState(Bundle) - Method in interface com.microblink.photopay.fragment.LifecycleObserver
-
Called after
RecognizerRunnerFragment.onSaveInstanceState(Bundle)
, - onSaveInstanceState(Bundle) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onScanningDone(RecognitionSuccessType) - Method in class com.microblink.photopay.activity.BarcodeScanActivity
- onScanningDone(RecognitionSuccessType) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- onScanningDone(RecognitionSuccessType) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- onScanningDone(RecognitionSuccessType) - Method in interface com.microblink.photopay.view.recognition.ScanResultListener
-
This method is called when recognition is done.
- onShakingStarted() - Method in interface com.microblink.photopay.hardware.accelerometer.ShakeCallback
-
Called when device starts to shake/move.
- onShakingStopped() - Method in interface com.microblink.photopay.hardware.accelerometer.ShakeCallback
-
Called when device stops shaking/moving.
- onSizeChanged(int, int) - Method in interface com.microblink.photopay.view.OnSizeChangedListener
-
Called when CameraView changes the size of itself and its children.
- OnSizeChangedListener - Interface in com.microblink.photopay.view
-
Created by dodo on 06/10/14.
- onStart() - Method in interface com.microblink.photopay.fragment.LifecycleObserver
-
Called after
RecognizerRunnerFragment.onStart()
. - onStart() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onStop() - Method in interface com.microblink.photopay.fragment.LifecycleObserver
-
Called after
RecognizerRunnerFragment.onStop()
. - onStop() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
- onSuccessfulImageAvailable(Image) - Method in interface com.microblink.photopay.image.SuccessfulImageListener
-
Called on processing thread when recognition process has successfully scanned an item and has a successful scan image to return Note that all buffers associated with image are available only during life of this method.
- onTorchStateChanged(boolean) - Method in interface com.microblink.photopay.fragment.overlay.verification.OverlayTorchStateListener
-
Called every time when torch state is changed, e.g.
- onTorchStateInitialised(boolean) - Method in interface com.microblink.photopay.fragment.overlay.verification.OverlayTorchStateListener
-
Called when camera preview is started and torch support status becomes available.
- onTorchSupportStatusAvailable() - Method in class com.microblink.photopay.fragment.overlay.components.TorchController
-
This method should be called immediately after the camera preview has been started and torch support status is available (torch is supported by currently opened camera or not).
- onUnrecoverableError(Throwable) - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- onUnrecoverableError(Throwable) - Method in interface com.microblink.photopay.view.recognition.ScanResultListener
-
This method is called when the scanning cannot be performed because of an error.
- onVisiblePartUpdated(RectF) - Method in interface com.microblink.photopay.view.BaseCameraView.VisiblePartUpdateListener
- operatorMinus(Point) - Method in class com.microblink.photopay.geometry.Point
-
- operator on the point.
- operatorMinusEquals(Point) - Method in class com.microblink.photopay.geometry.Point
- operatorMultiply(float) - Method in class com.microblink.photopay.geometry.Point
-
Multiplication of the point with scalar.
- operatorMultiplyEquals(float) - Method in class com.microblink.photopay.geometry.Point
- operatorPlus(Point) - Method in class com.microblink.photopay.geometry.Point
-
+ operator on the point.
- operatorPlusEquals(Point) - Method in class com.microblink.photopay.geometry.Point
-
+= operator on the point.
- OPTIMISED - Enum constant in enum class com.microblink.photopay.intent.IntentDataTransferMode
-
Data is cached in memory and can be accessed from different activities which live in the same process.
- Orientation - Enum Class in com.microblink.photopay.hardware.orientation
- ORIENTATION_LANDSCAPE_LEFT - Enum constant in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Device is in landscape mode and buttons are left of screen
- ORIENTATION_LANDSCAPE_RIGHT - Enum constant in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Device is in landscape mode and buttons are right of screen
- ORIENTATION_PORTRAIT - Enum constant in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Device is in portrait mode and buttons are below screen
- ORIENTATION_PORTRAIT_UPSIDE - Enum constant in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Device is in portrait mode and buttons are above screen
- ORIENTATION_UNKNOWN - Enum constant in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Device is lying on the table
- OrientationAllowedListener - Interface in com.microblink.photopay.view
-
Created by dodo on 07/10/14.
- OverlayCameraSettings - Class in com.microblink.photopay.fragment.overlay.components.settings
- OverlayCameraSettings.Builder - Class in com.microblink.photopay.fragment.overlay.components.settings
- OverlayOrientation - Enum Class in com.microblink.photopay.uisettings.options
-
Orientation of the rotatable views in camera overlay.
- OverlayResources - Class in com.microblink.photopay.fragment.overlay
- OverlayResources(Context, int, int) - Constructor for class com.microblink.photopay.fragment.overlay.OverlayResources
- overlayState - Variable in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- OverlayState - Enum Class in com.microblink.photopay.fragment.overlay
- OverlayStringsBuilder<Self,
Key> - Class in com.microblink.photopay.fragment.overlay - OverlayStringsBuilder(Context) - Constructor for class com.microblink.photopay.fragment.overlay.OverlayStringsBuilder
- OverlayTorchStateListener - Interface in com.microblink.photopay.fragment.overlay.verification
-
Listener that will be notified when camera torch state is updated by the overlay controller.
P
- ParcelableScanResultListener - Interface in com.microblink.photopay.view.recognition
-
Scan result listener that can be passed to the activity by intent extras.
- parseAmount(int) - Static method in class com.microblink.photopay.entities.recognizers.photopay.PhotoPayUtils
- parseFromString(String, String) - Static method in class com.microblink.photopay.results.date.SimpleDate
-
Creates
SimpleDate
instance by parsing the givendateString
, by using the givenpattern
which describes the date format. - Parser<T extends Parser.Result> - Class in com.microblink.photopay.entities.parsers
-
Base class for all parsers which are used for data extraction.
- Parser(long, T) - Constructor for class com.microblink.photopay.entities.parsers.Parser
- Parser(long, T, Parcel) - Constructor for class com.microblink.photopay.entities.parsers.Parser
- Parser.Result - Class in com.microblink.photopay.entities.parsers
- Parser.Result.State - Enum Class in com.microblink.photopay.entities.parsers
- parseResult(int, Intent) - Method in class com.microblink.photopay.activity.result.contract.MbScan
- ParserGroupProcessor - Class in com.microblink.photopay.entities.processors.parserGroup
-
Processor that performs OCR on the image and activates all parsers in the group to extract data of interest from the OCR result.
- ParserGroupProcessor(Parser...) - Constructor for class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- ParserGroupProcessor.Result - Class in com.microblink.photopay.entities.processors.parserGroup
- PARTIAL - Enum constant in enum class com.microblink.photopay.recognition.RecognitionSuccessType
-
Recognition was partial (some data found).
- pause() - Method in class com.microblink.photopay.view.BaseCameraView
-
This method must be called from activity's onPause.
- pause() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
This method must be called from activity's onPause.
- pauseScanning() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- pauseScanning() - Method in interface com.microblink.photopay.fragment.overlay.ScanningOverlay
-
If the
RecognizerRunnerView
has been created, pauses the scanning loop by callingRecognizerRunnerView.pauseScanning()
. - pauseScanning() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Pauses the scanning loop.
- PAYMENT_ORDER - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.PaymentOption
- PaymentOption - Enum Class in com.microblink.photopay.entities.recognizers.photopay.slovakia.qr
-
Payment option possible inside Slovak payBySquare QR code.
- PDF417 - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
PDF417 2D barcode was scanned
- PERSISTED_OPTIMISED - Enum constant in enum class com.microblink.photopay.intent.IntentDataTransferMode
-
Like
IntentDataTransferMode.OPTIMISED
, but additionally data is saved to the files in internal storage. - PhotopayActivity - Class in com.microblink.photopay.activity
-
Responsible for UI of the capturing process, and also for coordinating recognition and camera actions.
- PhotopayActivity() - Constructor for class com.microblink.photopay.activity.PhotopayActivity
- PhotopayStatusMessageTranslator - Class in com.microblink.photopay.fragment.overlay.components.statusmsg
- PhotopayStatusMessageTranslator() - Constructor for class com.microblink.photopay.fragment.overlay.components.statusmsg.PhotopayStatusMessageTranslator
- PhotopayUISettings - Class in com.microblink.photopay.uisettings
-
Scan settings for scanning payment slips.
- PhotopayUISettings(Intent) - Constructor for class com.microblink.photopay.uisettings.PhotopayUISettings
- PhotopayUISettings(RecognizerBundle) - Constructor for class com.microblink.photopay.uisettings.PhotopayUISettings
- PhotoPayUtils - Class in com.microblink.photopay.entities.recognizers.photopay
- PhotoPayUtils() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.PhotoPayUtils
- play() - Method in class com.microblink.photopay.fragment.overlay.components.ScanSoundPlayer
- Point - Class in com.microblink.photopay.geometry
- Point() - Constructor for class com.microblink.photopay.geometry.Point
-
Constructor that creates default point at position (0,0).
- Point(float, float) - Constructor for class com.microblink.photopay.geometry.Point
-
Constructor that creates point at position (x,y).
- Point(Parcel) - Constructor for class com.microblink.photopay.geometry.Point
- PointsDetectionCallback - Interface in com.microblink.photopay.metadata.detection.points
-
A callback that will be invoked when
DisplayablePointsDetection
gets available. - PointSetFeedbackHandler - Class in com.microblink.photopay.fragment.overlay.components.feedback
- PointSetFeedbackHandler(PointsType) - Constructor for class com.microblink.photopay.fragment.overlay.components.feedback.PointSetFeedbackHandler
- PointSetView - Class in com.microblink.photopay.view.viewfinder.points
-
A view that can draw PointsDetectorResult.
- PointSetView(Context, AttributeSet, int) - Constructor for class com.microblink.photopay.view.viewfinder.points.PointSetView
- PointSetView(Context, AttributeSet, int, int, int) - Constructor for class com.microblink.photopay.view.viewfinder.points.PointSetView
-
Constructor for PointSetView.
- PointsType - Enum Class in com.microblink.photopay.metadata.detection.points
-
Represents a type of
DisplayablePointsDetection
. - PORTRAIT - Enum constant in enum class com.microblink.photopay.uisettings.options.OverlayOrientation
-
Allowed orientations will be
Orientation.ORIENTATION_PORTRAIT
orOrientation.ORIENTATION_PORTRAIT_UPSIDE
. - prepareCameraSettings(CameraSettings) - Method in class com.microblink.photopay.view.BaseCameraView
-
Called inside onCreate method before creating camera manager.
- prepareCameraSettings(CameraSettings) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- previewZoomScale - Variable in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- previewZoomScale - Variable in class com.microblink.photopay.uisettings.CameraSettings
- Processor<T extends Processor.Result> - Class in com.microblink.photopay.entities.processors
-
Base processor that is used to perform processing of images.
- Processor(long, T) - Constructor for class com.microblink.photopay.entities.processors.Processor
- Processor(long, T, Parcel) - Constructor for class com.microblink.photopay.entities.processors.Processor
- PROCESSOR_ARCHITECTURE_NOT_SUPPORTED - Enum constant in enum class com.microblink.photopay.util.RecognizerCompatibilityStatus
-
Recognizer is not supported on device's processor architecture.
- Processor.Result - Class in com.microblink.photopay.entities.processors
- Processor.Result.State - Enum Class in com.microblink.photopay.entities.processors
- put(Key, String) - Method in class com.microblink.photopay.fragment.overlay.OverlayStringsBuilder
Q
- QRCode - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
QR code was scanned
- QuadDetectionCallback - Interface in com.microblink.photopay.metadata.detection.quad
-
A callback that will be invoked when
DisplayableQuadDetection
gets available. - Quadrilateral - Class in com.microblink.photopay.geometry
- Quadrilateral() - Constructor for class com.microblink.photopay.geometry.Quadrilateral
- Quadrilateral(float[]) - Constructor for class com.microblink.photopay.geometry.Quadrilateral
-
Constructor from float array.
- Quadrilateral(int, int, int, int, int) - Constructor for class com.microblink.photopay.geometry.Quadrilateral
- Quadrilateral(Parcel) - Constructor for class com.microblink.photopay.geometry.Quadrilateral
- Quadrilateral(Point, Point, Point, Point) - Constructor for class com.microblink.photopay.geometry.Quadrilateral
- QuadViewAnimationListener - Interface in com.microblink.photopay.view.viewfinder.quadview
-
Listener that will be notified of QuadView's animation events.
- QuadViewManager - Class in com.microblink.photopay.view.viewfinder.quadview
-
Class that manages animated quadrilateral detection result view.
- QuadViewManagerFactory - Class in com.microblink.photopay.view.viewfinder.quadview
- QuadViewManagerFactory() - Constructor for class com.microblink.photopay.view.viewfinder.quadview.QuadViewManagerFactory
- QuadViewPreset - Enum Class in com.microblink.photopay.view.viewfinder.quadview
- Quarterly - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
R
- RawParser - Class in com.microblink.photopay.entities.parsers.raw
-
A parser that simply returns the string version of raw OCR result, without performing any smart parsing operations.
- RawParser() - Constructor for class com.microblink.photopay.entities.parsers.raw.RawParser
- RawParser.Result - Class in com.microblink.photopay.entities.parsers.raw
- readFromParcel(Parcel) - Method in class com.microblink.photopay.entities.Entity
- readFromParcel(Parcel) - Method in class com.microblink.photopay.entities.Entity.Result
- readFromParcel(Parcel) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
- readFromParcel(Parcel) - Method in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- readFromParcel(Parcel) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- readFromParcel(Parcel) - Method in class com.microblink.photopay.entities.util.IntentTransferableEntity
- READY - Enum constant in enum class com.microblink.photopay.directApi.RecognizerRunner.State
- RECOGNITION - Enum constant in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.RecognitionDebugMode
-
indicates normal scanning operation
- RECOGNITION_PARTIAL - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- RECOGNITION_STAGE_SUCCESS - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- RECOGNITION_SUCCESS - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- RECOGNITION_TEST - Enum constant in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.RecognitionDebugMode
-
will perform indefinite scan and will profile the performance of scans
- RECOGNITION_UNSUCCESSFUL - Enum constant in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
- RecognitionFeedbackHandler - Interface in com.microblink.photopay.fragment.overlay.components.feedback
- RecognitionFeedbackHandlerFactory - Class in com.microblink.photopay.fragment.overlay.components.feedback
- RecognitionFeedbackHandlerFactory() - Constructor for class com.microblink.photopay.fragment.overlay.components.feedback.RecognitionFeedbackHandlerFactory
- RecognitionSuccessType - Enum Class in com.microblink.photopay.recognition
-
Type of recognition that has been performed.
- recognizeBitmap(Bitmap, Orientation, Rectangle, ScanResultListener) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Perform recognition of still image represented as Android Bitmap.
- recognizeBitmap(Bitmap, Orientation, ScanResultListener) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Perform recognition of still image represented as Android Bitmap.
- recognizeBitmapWithRecognizers(Bitmap, Orientation, Rectangle, ScanResultListener, RecognizerBundle) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Perform recognition of still image represented as Android Bitmap.
- recognizeBitmapWithRecognizers(Bitmap, Orientation, ScanResultListener, RecognizerBundle) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Perform recognition of still image represented as Android Bitmap.
- Recognizer<T extends Recognizer.Result> - Class in com.microblink.photopay.entities.recognizers
-
Base recognizer that is used to perform recognition of images.
- Recognizer(long, T) - Constructor for class com.microblink.photopay.entities.recognizers.Recognizer
- Recognizer(long, T, Parcel) - Constructor for class com.microblink.photopay.entities.recognizers.Recognizer
- RECOGNIZER_NOT_SUPPORTED - Enum constant in enum class com.microblink.photopay.util.RecognizerCompatibilityStatus
-
Recognizer is not supported (unknown reason).
- RECOGNIZER_SUPPORTED - Enum constant in enum class com.microblink.photopay.util.RecognizerCompatibilityStatus
-
Recognizer is fully supported on this device.
- Recognizer.Result - Class in com.microblink.photopay.entities.recognizers
- Recognizer.Result.State - Enum Class in com.microblink.photopay.entities.recognizers
- RecognizerBundle - Class in com.microblink.photopay.entities.recognizers
-
Represents a bundle of
Recognizer
objects that can travel viaIntent
- RecognizerBundle(Recognizer...) - Constructor for class com.microblink.photopay.entities.recognizers.RecognizerBundle
- RecognizerBundle(List<Recognizer>) - Constructor for class com.microblink.photopay.entities.recognizers.RecognizerBundle
- RecognizerBundle.FrameQualityEstimationMode - Enum Class in com.microblink.photopay.entities.recognizers
- RecognizerBundle.RecognitionDebugMode - Enum Class in com.microblink.photopay.entities.recognizers
- RecognizerCompatibility - Class in com.microblink.photopay.util
- RecognizerCompatibility() - Constructor for class com.microblink.photopay.util.RecognizerCompatibility
- RecognizerCompatibilityStatus - Enum Class in com.microblink.photopay.util
- RecognizerRunner - Class in com.microblink.photopay.directApi
-
RecognizerRunner singleton that can be used to perform recognition of Bitmaps and Images.
- RecognizerRunner.State - Enum Class in com.microblink.photopay.directApi
- recognizerRunnerFragment - Variable in class com.microblink.photopay.activity.BarcodeScanActivity
- recognizerRunnerFragment - Variable in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- RecognizerRunnerFragment - Class in com.microblink.photopay.fragment
-
A wrapper around
RecognizerRunnerView
that automatically manages its lifecycle. - RecognizerRunnerFragment() - Constructor for class com.microblink.photopay.fragment.RecognizerRunnerFragment
- RecognizerRunnerFragment.ScanningOverlayBinder - Interface in com.microblink.photopay.fragment
-
This interface must be implemented by all activites that will host
RecognizerRunnerFragment
. - recognizerRunnerView - Variable in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- RecognizerRunnerView - Class in com.microblink.photopay.view.recognition
-
A view that controls the camera and recognition procedure.
- RecognizerRunnerView(Context) - Constructor for class com.microblink.photopay.view.recognition.RecognizerRunnerView
- RecognizerRunnerView(Context, AttributeSet) - Constructor for class com.microblink.photopay.view.recognition.RecognizerRunnerView
- RecognizerUtils - Class in com.microblink.photopay.entities.recognizers
- RecognizerUtils() - Constructor for class com.microblink.photopay.entities.recognizers.RecognizerUtils
- recognizeStillImage(InputImage, ScanResultListener) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize still Image.
- recognizeStillImageWithRecognizers(InputImage, ScanResultListener, RecognizerBundle) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize still Image, with given recognition settings.
- recognizeString(String, ScanResultListener) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize given string data without performing the OCR, while recognizer is active.
- recognizeStringWithRecognizers(String, ScanResultListener, RecognizerBundle) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize given string data without performing the OCR, while recognizer is active.
- recognizeVideoBitmap(Bitmap, Orientation, Rectangle, ScanResultListener) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize Image from the video stream which are represented as an Android Bitmap.
- recognizeVideoBitmap(Bitmap, Orientation, ScanResultListener) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize Image from the video stream which are represented as an Android Bitmap.
- recognizeVideoBitmapWithRecognizers(Bitmap, Orientation, Rectangle, ScanResultListener, RecognizerBundle) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize Image from the video stream which are represented as an Android Bitmap.
- recognizeVideoBitmapWithRecognizers(Bitmap, Orientation, ScanResultListener, RecognizerBundle) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize Image from the video stream which are represented as an Android Bitmap.
- recognizeVideoImage(InputImage, ScanResultListener) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize Image from the video stream.
- recognizeVideoImageWithRecognizers(InputImage, ScanResultListener, RecognizerBundle) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Use this method to directly recognize Image from the video stream, with given recognition settings.
- reconfigureRecognizers(RecognizerBundle) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Use this method to reconfigure available recognizers.
- recreateRecognizerRunnerView() - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
-
Recreates contained
RecognizerRunnerView
which causes thatScanningOverlay.onRecognizerRunnerViewCreated(RecognizerRunnerFragment)
is called again when newRecognizerRunnerView
is created. - Rectangle - Class in com.microblink.photopay.geometry
- Rectangle(float, float, float, float) - Constructor for class com.microblink.photopay.geometry.Rectangle
-
Rectangle constructor.
- recycle() - Method in class com.microblink.photopay.image.ImageFrame
- RegexParser - Class in com.microblink.photopay.entities.parsers.regex
-
Represents a parser which parses OCR result according to given regular expression.
- RegexParser(String) - Constructor for class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Constructor using default OCR engine options and provided regular expression.
- RegexParser(String, AbstractOCREngineOptions) - Constructor for class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Constructor using provided OCR engine options and provided regular expression.
- RegexParser.Result - Class in com.microblink.photopay.entities.parsers.regex
- registerLifecycleObserver(LifecycleObserver) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
-
Registers the
LifecycleObserver
that will be notified about all lifecycle events of thisRecognizerRunnerFragment
- RemoteLicenceCheckException - Exception in com.microblink.photopay.licence.exception
-
Thrown when remote licence check is not possible to perform successfully, possibly due to network issues.
- RemoteLicenceCheckException(String) - Constructor for exception com.microblink.photopay.licence.exception.RemoteLicenceCheckException
- RemoteLicenceCheckException(String, Throwable) - Constructor for exception com.microblink.photopay.licence.exception.RemoteLicenceCheckException
- removeOrientationChangeListener(OrientationChangeListener) - Method in class com.microblink.photopay.view.BaseCameraView
-
Removes a single listener instance from listeners collection, if it is present.
- requireAutofocusFeature() - Method in class com.microblink.photopay.view.BaseCameraView
-
If autofocus feature is required, please return true from this method.
- requireAutofocusFeature() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- requiresAutofocus() - Method in class com.microblink.photopay.entities.recognizers.Recognizer
-
Returns true if this recognizer requires camera with autofocus.
- requiresLandscapeMode() - Method in class com.microblink.photopay.entities.recognizers.Recognizer
-
Returns true if this recognizer works only in landscape mode.
- resetRecognitionState() - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Resets the recognition state, i.e.
- resetRecognitionState() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Resets the recognition state, i.e.
- resetRecognitionState(boolean) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Resets the recognition state.
- resetRecognitionState(boolean) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Resets the recognition state.
- Result(long) - Constructor for class com.microblink.photopay.entities.Entity.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.amount.AmountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.date.DateParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.iban.IbanParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.Parser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.raw.RawParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.parsers.regex.RegexParser.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.processors.Processor.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
- Result(long) - Constructor for class com.microblink.photopay.entities.recognizers.Recognizer.Result
- Result(long, Recognizer.Result) - Constructor for class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
- ResultStatus - Enum Class in com.microblink.photopay.activity.result
-
Status of the scanning process.
- resume() - Method in class com.microblink.photopay.view.BaseCameraView
-
This method must be called from activity's onResume.
- resume() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
This method must be called from activity's onResume.
- RESUMED - Enum constant in enum class com.microblink.photopay.fragment.overlay.OverlayState
- RESUMED - Enum constant in enum class com.microblink.photopay.view.BaseCameraView.CameraViewState
-
Indicates that resume() has been called, view will soon initialize camera and start receiving frames
- resumeScanning() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- resumeScanning() - Method in interface com.microblink.photopay.fragment.overlay.ScanningOverlay
-
If the
RecognizerRunnerView
has been created, resumes the scanning loop (that has been paused) by callingRecognizerRunnerView.resumeScanning(boolean)
}. - resumeScanning(boolean) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
This method resumes scanning loop that was paused by calling
RecognizerRunnerView.pauseScanning()
. - roi - Variable in class com.microblink.photopay.fragment.overlay.components.settings.ScanRegionOfInterestSettings
- rotate180() - Method in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Returns orientation obtained by rotating current orientation by 180 degrees.
- rotate90Clockwise() - Method in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Returns orientation obtained by rotating current orientation by 90 degrees clockwise.
- rotate90CounterClockwise() - Method in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Returns orientation obtained by rotating current orientation by 90 degrees counter-clockwise.
- runOnUIThread(Runnable) - Method in class com.microblink.photopay.view.BaseCameraView
-
Ensures given runnable is run on UI thread.
S
- saveResultsToIntent(Intent) - Method in class com.microblink.photopay.activity.BarcodeScanActivity
- saveResultsToIntent(Intent) - Method in class com.microblink.photopay.activity.FieldByFieldScanActivity
- saveResultsToIntent(Intent) - Method in class com.microblink.photopay.activity.OcrLineScanActivity
- saveResultsToIntent(Intent) - Method in class com.microblink.photopay.activity.PhotopayActivity
- saveToFile(File) - Method in interface com.microblink.photopay.image.highres.HighResImageWrapper
-
Saves image to given file.
- saveToIntent(Intent) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
- saveToIntent(Intent) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- saveToIntent(Intent) - Method in class com.microblink.photopay.entities.util.IntentTransferableEntity
- saveToIntent(Intent) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
- saveToIntent(Intent) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- saveToIntent(Intent) - Method in class com.microblink.photopay.uisettings.UISettings
-
Saves this scan activity settings to
Intent
so it can be passed to the corresponding scan activity. - scanningOverlay - Variable in class com.microblink.photopay.activity.BarcodeScanActivity
- ScanningOverlay - Interface in com.microblink.photopay.fragment.overlay
-
Interface which every overlay set on
RecognizerRunnerFragment
must implement. - ScanRegionOfInterestSettings - Class in com.microblink.photopay.fragment.overlay.components.settings
- ScanRegionOfInterestSettings(Rectangle, boolean) - Constructor for class com.microblink.photopay.fragment.overlay.components.settings.ScanRegionOfInterestSettings
- ScanResult - Class in com.microblink.photopay.activity.result
-
Result of the scanning process.
- ScanResult(ResultStatus, Intent, Throwable) - Constructor for class com.microblink.photopay.activity.result.ScanResult
- scanResultListener - Variable in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- ScanResultListener - Interface in com.microblink.photopay.view.recognition
-
Listener that will be notified when recognition is done.
- scanSoundPlayer - Variable in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- ScanSoundPlayer - Class in com.microblink.photopay.fragment.overlay.components
- ScanSoundPlayer() - Constructor for class com.microblink.photopay.fragment.overlay.components.ScanSoundPlayer
- Semiannually - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
- SepaQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.sepa
-
Recognizer which can scan SEPA payment QR code
- SepaQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
- SepaQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.sepa
- SerbiaAccountParser - Class in com.microblink.photopay.entities.parsers.photopay.serbia.account
-
Parser that can extract Serbian payment account number from the OCR result.
- SerbiaAccountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- SerbiaAccountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.serbia.account
- SerbiaPdf417PaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417
-
Recognizer that can recognize PDF417 barcodes on Serbian payment slips.
- SerbiaPdf417PaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
- SerbiaPdf417PaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417
- SerbiaQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.serbia.qr
-
Recognizer that can recognize QR codes on Serbian payment slips.
- SerbiaQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer
- SerbiaQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.serbia.qr
- SerbiaReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.serbia.reference
-
Parser that can extract Serbian payment reference number from the OCR result.
- SerbiaReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- SerbiaReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.serbia.reference
- serializeNative() - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- serializeNative() - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
- serializeNative() - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.Entity
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.date.DateParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer
- serializeNativeSettings() - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- serializeToByteArray() - Method in class com.microblink.photopay.entities.Entity.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.date.DateParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
- serializeToByteArray() - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
- setActivityTheme(int) - Method in class com.microblink.photopay.uisettings.UISettings
-
Sets theme that will be used by activity launched from these UiSettings.
- setAllowAlphaCharacters(boolean) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
-
Indicates whether parsing of references that contain uppercase letters will be allowed.
- setAllowAlphaCharacters(boolean) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
-
Indicates whether parsing of references that contain uppercase letters will be allowed.
- setAllowAlphaCharacters(boolean) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
-
Indicates whether parsing of references that contain uppercase letters will be allowed.
- setAllowMissingDecimals(boolean) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
-
Indicates whether amounts without decimal are accepted as valid.
- setAllowMultipleScanResultsOnSingleImage(boolean) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Sets whether or not outputting of multiple scan results from same image is allowed.
- setAllowNegativeAmounts(boolean) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
-
Indicates whether negative values are accepted as valid amounts.
- setAllowSpaceSeparators(boolean) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
-
Indicates whether amounts with space separators between groups of digits(thousands) are allowed.
- setAllowUnverifiedReferences(boolean) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
-
Whether returning of unverified results is allowed.
- setAlwaysReturnPrefix(boolean) - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
-
Should prefix (country code) always be returned.
- setAnimateRotation(boolean) - Method in class com.microblink.photopay.view.CameraViewGroup
-
Sets whether rotation of rotatable view will be animated.
- setAnimationDuration(long) - Method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManager
-
Sets the duration in miliseconds of quadview animation.
- setAnimationListener(QuadViewAnimationListener) - Method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManager
-
Sets a listener that will be notified when quad animation has started and finished.
- setArabicIndicMode(boolean) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
-
Indicates whether Arabic-Indic mode is enabled.
- setAspectMode(CameraAspectMode) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- setAspectMode(CameraAspectMode) - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
-
Defines which camera aspect mode will be used.
- setAspectMode(CameraAspectMode) - Method in class com.microblink.photopay.view.BaseCameraView
-
Defines the aspect mode of camera preview.
- setAutoScaleDetection(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Allow enabling the autodetection of image scale when scanning barcodes.
- setBeepSoundId(int) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setBeepSoundResourceID(int) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
- setBeepSoundResourceID(int) - Method in interface com.microblink.photopay.uisettings.options.BeepSoundUIOptions
-
Defines the resource ID of the sound to be played when recognition is successful.
- setCameraEventsListener(BaseCameraEventsListener) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
-
Sets the camera events listener that will be additionally notified about camera events.
- setCameraEventsListener(CameraEventsListener) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the listener that will receive various camera events, such as when camera preview has started or camera initialization error has occurred.
- setCameraFrameFactory(CameraFrameFactory) - Method in class com.microblink.photopay.view.BaseCameraView
-
Set your custom implementation of camera frame factory.
- setCameraSettings(OverlayCameraSettings) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setCameraSettings(OverlayCameraSettings) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- setCameraSettings(CameraSettings) - Method in class com.microblink.photopay.uisettings.UISettings
-
Sets camera settings that will be used for scanning
- setCameraType(CameraType) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the camera type that will be used.
- setCasePostprocessorEnabled(boolean) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
If enabled, classification will be aided by character position in line.
- setColor(int) - Method in class com.microblink.photopay.geometry.Quadrilateral
- setColorDropoutEnabled(boolean) - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
-
Specifies if the additional image processing which drops the background colors should be performed.
- setControlsLayoutConfig(ControlsLayoutConfig) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setConversionRate(float) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
-
The rate at which the conversion from EUR to HRK will be made.
- setConversionRate(float) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
-
The rate at which the conversion from EUR to HRK will be made.
- setCountryCodeWhitelist(String[]) - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
-
Set of allowed country codes.
- setCurrentImageListener(CurrentImageListener) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- setCurrentImageListener(CurrentImageListener) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- setCurrentImageListener(CurrentImageListener) - Method in interface com.microblink.photopay.uisettings.options.CurrentImageListenerUIOptions
-
Sets implementation of
CurrentImageListener
interface that will obtain images that are currently being processed. - setCutoffCharFilterEnabled(boolean) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
If enabled, all chars that are classified as cutoff, in other words chars that exceed image bounds, will be removed from the result.
- setDateFormats(DateFormat[]) - Method in class com.microblink.photopay.entities.parsers.date.DateParser
-
Specifies the date formats that will be accepted by date parser.
- setDateSeparatorChars(char[]) - Method in class com.microblink.photopay.entities.parsers.date.DateParser
-
Specifies the date separator characters between date parts (day, month, year) that will be accepted by date parser.
- setDebugImageCallback(DebugImageCallback) - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
Callback that will be invoked when recognition process wishes to display a debug image.
- setDebugImageListener(DebugImageListener) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setDebugImageListener(DebugImageListener) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- setDebugImageListener(DebugImageListener) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
- setDebugImageListener(DebugImageListener) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- setDebugImageListener(DebugImageListener) - Method in interface com.microblink.photopay.uisettings.options.DebugImageListenerUIOptions
-
Sets implementation of
DebugImageListener
interface that will obtain images that are being processed. - setDebugTextCallback(DebugTextCallback) - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
Callback that will be invoked when debug text information gets available.
- setDetectFlippedTextEnabled(boolean) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
If enabled, OCR will produce result for the input image and for input image rotated by 180 degrees.
- setDisplayablePointsDetection(DisplayablePointsDetection) - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
-
Clears line animation queue and calls
OcrResultDotsView.addDisplayablePointsDetection(DisplayablePointsDetection)
with givendisplayablePoints
. - setDisplayablePointsDetection(DisplayablePointsDetection) - Method in interface com.microblink.photopay.view.viewfinder.points.IDisplayablePointsView
-
Displays given points detection and clears previously displayed content.
- setDisplayablePointsDetection(DisplayablePointsDetection) - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- setDocumentType(OcrDocumentType) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Specifies the OCR document type that will be used to adjust the ocr engine settings.
- setEndWithWhitespace(boolean) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
If set to true, regex will not be matched if there is no whitespace after matched string.
- setExtractRecipientName(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
-
Defines whether recipient name should be extracted from the payslip.
- setFailedDetectionCallback(FailedDetectionCallback) - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
Callback that will be invoked when all detections in
Recognizer
SeeFailedDetectionCallback
for more information. - setFilterTouchesWhenObscured(boolean) - Method in class com.microblink.photopay.uisettings.UISettings
-
Defines whether the framework should discard touches when the activity's window is obscured by another visible window.
- setForcedOrientation(OverlayOrientation) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setForcedOrientation(OverlayOrientation) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
-
Defines forced overlay orientation.
- setForceLegacyApi(boolean) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- setForceLegacyApi(boolean) - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
-
Sets whether legacy camera API should be used even on Lollipop devices that support newer Camera2 API.
- setForceUseLegacyCamera(boolean) - Method in class com.microblink.photopay.view.BaseCameraView
-
With this method you can request using legacy Camera API even on devices that natively support new Camera2 API.
- setFrameCallback(FrameCallback) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
-
The
FrameCallback
that will receive frames. - setFrameQualityEstimationMode(RecognizerBundle.FrameQualityEstimationMode) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Sets the mode of the frame quality estimation.
- setFrameRecognitionCallback(FrameRecognitionCallback) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Sets the frame recognition callback that will be invoked for each camera frame, after the recognition has been completed.
- setGrabFocusedFrames(boolean) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
-
Allow sending focused camera frames to
FrameCallback
. - setGrabUnfocusedFrames(boolean) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
-
Allow sending unfocused camera frames to
FrameCallback
. - setHelpAction(Runnable) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setHelpIntent(Intent) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- setHelpIntent(Intent) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
- setHelpIntent(Intent) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- setHelpIntent(Intent) - Method in interface com.microblink.photopay.uisettings.options.HelpIntentUIOptions
-
Defines intent for help activity called when help should be shown.
- setHighResFrameCaptureEnabled(boolean) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setHighResFrameCaptureEnabled(boolean) - Method in class com.microblink.photopay.view.BaseCameraView
-
High res frame capture is disabled by default and needs to be enabled by using this method.
- setHighResFrameLimit(int) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the maximum number of high res frames that can be active at a given moment.
- setHostActivityOrientation(int) - Method in class com.microblink.photopay.view.ocrResult.OcrResultCharsView
- setHostActivityOrientation(int) - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
- setHostActivityOrientation(int) - Method in class com.microblink.photopay.view.viewfinder.points.PointSetView
- setImageOrientation(Orientation) - Method in class com.microblink.photopay.image.Image
-
Use this method to change Image's orientation.
- setImageOrientation(Orientation) - Method in class com.microblink.photopay.image.InputImage
-
Use this method to change InputImage's orientation.
- setImageProcessingEnabled(boolean) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Specifies if the image processing is performed on image By default it's set to true.
- setInfiniteLoopScan(boolean) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- setInfiniteLoopScan(boolean) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
-
If set to
true
, scan activity will never return. - setInitialHostActivityOrientation(int) - Method in class com.microblink.photopay.view.viewfinder.quadview.QuadViewManager
-
Changes initial host activity orientation.
- setInitialOrientation(Orientation) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the initial orientation of rotatable view and recognizer.
- setInitialOrientation(Orientation) - Method in class com.microblink.photopay.view.CameraViewGroup
-
Sets the initial orientation of rotatable view and recognizer.
- setIntentDataTransferMode(IntentDataTransferMode) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Sets intent data transfer mode for passing Microblink SDK data between activities.
- setIsDefaultQuad(boolean) - Method in class com.microblink.photopay.geometry.Quadrilateral
- setIsOptimizedForNearScan(boolean) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- setIsOptimizedForNearScan(boolean) - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
-
Defines whether camera parameters should be optimized for near object scanning.
- setIsPinchToZoomAllowed(boolean) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- setIsPinchToZoomAllowed(boolean) - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
- setLanguageAndCountry(String, String, Context) - Static method in class com.microblink.photopay.locale.LanguageUtils
-
Sets the language and country locale for given language and country.
- setLanguageConfiguration(Resources) - Static method in class com.microblink.photopay.locale.LanguageUtils
-
Method that will set correct language configuration to given Resources object.
- setLicenseBuffer(byte[], Context) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Set license buffer and unlock the SDK.
- setLicenseBuffer(byte[], String, Context) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Set license buffer and unlock the SDK.
- setLicenseFile(String, Context) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Set the license file and unlock the SDK.
- setLicenseFile(String, String, Context) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Set the license file and unlock the SDK.
- setLicenseKey(String, Context) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Set license key and unlock the SDK.
- setLicenseKey(String, String, Context) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Set license key and unlock the SDK.
- setLifecycle(Lifecycle) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Sets lifecycle that will be observed so that you don't have to manually call
RecognizerRunnerView.create()
,RecognizerRunnerView.resume()
and other lifecycle methods. - setMargins(int, int, int, int, int) - Method in class com.microblink.photopay.geometry.Quadrilateral
- setMaximumAllowedCharRecognitionVariants(int) - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
-
Sets the maximum allowed number of char recognition variants OCR engine will produce for each OcrChar.
- setMaximumCharsExpected(int) - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
-
Sets the maximum number of chars expected in the image.
- setMaximumLineHeight(float) - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Sets the maximum height of the line of text given in float from range <0, 1>, which represents height percentage of the input image that is being processed.
- setMaximumLineHeight(int) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Sets the maximum height of the line of text given in pixels.
- setMetadataCallbacks(MetadataCallbacks) - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Sets the metadata callbacks that will obtain metadata during processing.
- setMetadataCallbacks(MetadataCallbacks) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Sets the metadata callbacks that will obtain metadata during processing.
- setMeteringAreas() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- setMeteringAreas() - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- setMeteringAreas(RectF[], boolean) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the areas where camera will perform focus, exposure and white balance meterings.
- setMeteringAreasToCamera() - Method in class com.microblink.photopay.view.BaseCameraView
- setMicroblinkProxyUrl(String) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Set custom URL for Ping and licence check (used as a proxy).
- setMinimumCharHeight(float) - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Sets the minimum height of the char that can be classified given in float from range <0, 1>, which represents height percentage of the input image that is being processed.
- setMinimumCharHeight(int) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Sets the minimum height of the char that can be classified.
- setMinimumLineHeight(float) - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Sets the minimum height of the line of text given in float from range <0, 1>, which represents height percentage of the input image that is being processed.
- setMinimumLineHeight(int) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
Sets the minimum height of the line of text given in pixels.
- setNoisePostprocessingEnabled(boolean) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
If enabled noisy lines will be removed from the result.
- setNullQuietZoneAllowed(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Allow scanning PDF417 barcodes which don't have quiet zone surrounding it (e.g.
- setNumMsBeforeTimeout(int) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Set the duration in milliseconds that needs to pass since scanning has begun in order to define timeout.
- setOcrCallback(OcrCallback) - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
Callback that will be invoked with displayable OCR result obtained during recognition process.
- setOcrEngineOptions(AbstractOCREngineOptions) - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
-
Sets the OCR engine options used in Regex OCR parser.
- setOcrEngineOptions(AbstractOCREngineOptions) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Sets the OCR engine options used in Regex OCR parser.
- setOCRModel(DeepOCRModel) - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
-
Specifies the Deep OCR model that will be used.
- setOcrResult(DisplayableOcrResult) - Method in interface com.microblink.photopay.view.ocrResult.IOcrResultView
-
Displays given OCR result and clears previously displayed content.
- setOcrResult(DisplayableOcrResult) - Method in class com.microblink.photopay.view.ocrResult.OcrResultCharsView
- setOcrResult(DisplayableOcrResult) - Method in class com.microblink.photopay.view.ocrResult.OcrResultDotsView
-
Clears line animation queue and calls
OcrResultDotsView.addOcrResult(DisplayableOcrResult)
with givenresult
. - setOcrResultDisplayMode(OcrResultDisplayMode) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- setOcrResultDisplayMode(OcrResultDisplayMode) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- setOcrResultDisplayMode(OcrResultDisplayMode) - Method in interface com.microblink.photopay.uisettings.options.OcrResultDisplayUIOptions
-
Defines mode in which OCR result will be drawn on camera preview.
- setOcrResultDisplayMode(OcrResultDisplayMode) - Method in class com.microblink.photopay.uisettings.PhotopayUISettings
- setOnActivityFlipListener(OnActivityFlipListener) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the listener that will be notified when activity flip event occurs.
- setOnSizeChangedListener(OnSizeChangedListener) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the listener that will be notified when size of child views changes.
- setOptimizeCameraForNearScan(boolean) - Method in class com.microblink.photopay.view.BaseCameraView
- setOptional(boolean) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the flag that indicates whether this scan configuration is optional, which means that the data from the scan field with this configuration is not mandatory and can be skipped by user.
- setOrientation(Orientation) - Method in class com.microblink.photopay.image.ImageFrame
-
Sets the orientation of the current frame.
- setOrientationAllowedListener(OrientationAllowedListener) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the listener that will be asked if device orientation is allowed prior rotating rotatable view and native recognizer to that orientation.
- setOverlayViewStyle(int) - Method in interface com.microblink.photopay.uisettings.options.StyleUIOptions
-
Sets style resource ID to replace default icons and colors in overlay view.
- setParser(Parser<?>) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the parser that will be used for this scan element.
- setPinchToZoomAllowed(boolean) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets whether camear view will handle pinch events to manage camera zoom level.
- setPoints(Point, Point, Point, Point) - Method in class com.microblink.photopay.geometry.Quadrilateral
- setPointsDetectionCallback(PointsDetectionCallback) - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
A callback that will be invoked when
DisplayablePointsDetection
gets available. - setPreferMod97Reference(boolean) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
-
Indicates whether mod97 references will be preferred in parsing.
- setPreviewZoomScale(float) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- setPreviewZoomScale(float) - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
-
Sets the preview zoom scale that will be used to draw the camera preview.
- setPreviewZoomScale(float) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the preview zoom scale that will be used to draw the camera preview.
- setQuadDetectionCallback(QuadDetectionCallback) - Method in class com.microblink.photopay.metadata.MetadataCallbacks
-
A callback that will be invoked when
DisplayableQuadDetection
gets available. - setQuadViewPreset(QuadViewPreset) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setRatioPostprocessorEnabled(boolean) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
If enabled, char quality will be influenced by character ratio difference from the original character in font specified by classification.
- setReadCode39AsExtendedData(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Enable reading code39 barcode contents as extended data.
- setReadPayerName(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
-
Defines whether payer name should also be read from the slip.
- setReadPaymentDescription(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
-
Defines whether payment description will also be read from the slip.
- setReadPaymentDescription(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
-
Defines whether recognition process should attempt read payment description field from the payment slip.
- setReadRecipientAddress(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
-
Defines whether or not recipient address should be read.
- setReadRecipientName(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
-
Defines whether recipient name should be read from the slip.
- setReadRecipientName(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
-
Defines whether or not recipient name should be read.
- setReadRecipientName(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
-
Defines whether recognition process should attempt to read recipient name field from payment slip.
- setRecognitionDebugMode(RecognizerBundle.RecognitionDebugMode) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
This method is for debugging and testing purposes only.
- setRecognitionFeedbackHandler(RecognitionFeedbackHandler) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setRecognizerBundle(RecognizerBundle) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Sets the recognizer bundle containing recognizers that will perform the recognition.
- setRegex(String) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Defines regex that will be used to parse OCR data.
- setRegionOfInterestRotatable(boolean) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
-
Defines whether ROI (Region of Interest) will be rotated with user interface.
- setRelativeCenter(PointF) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.view.SuccessFlashView
- setRequestAutofocusOnShakingStopInContinousAutofocusMode(boolean) - Method in class com.microblink.photopay.view.BaseCameraView
-
If device supports continous autofocus mode, enabling this feature will request normal autofocus every time device shaking stops.
- setRequestedSurfaceViewForCameraDisplay(CameraSurface) - Method in class com.microblink.photopay.view.BaseCameraView
-
In order to display camera preview, camera view must use one of two android's view's that are capable of displaying camera preview video stream:
SurfaceView
andTextureView
. - setRequired(boolean) - Method in class com.microblink.photopay.entities.parsers.Parser
-
Defines whether the parser configured with this parser settings object will be required or optional.
- setROI(Rect) - Method in class com.microblink.photopay.image.InputImage
-
Sets the region of interest in image.
- setRotatable(boolean) - Method in class com.microblink.photopay.view.CameraViewGroup.LayoutParams
- setRotationAnimationDuration(int) - Method in class com.microblink.photopay.view.CameraViewGroup
-
Sets the duration of rotatable view rotation animation (valid only if setAnimateRotation(true) was called).
- setScanCode128(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should Code128 barcode be scanned.
- setScanCode39(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should Code39 barcode be scanned.
- setScanEan13(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should EAN13 barcode be scanned.
- setScanEan8(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should EAN8 barcode be scanned.
- setScanInverse(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Enables scanning of barcodes with inverse intensity values (e.g.
- setScanItf(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should ITF barcode be scanned.
- setScanningRegion(Rectangle, boolean) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Define scanning region as a rectangle.
- setScanPdf417(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should PDF417 2D barcode be scanned.
- setScanQrCode(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should QR code be scanned.
- setScanRegionOfInterest(Rectangle) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
-
Sets the scanning ROI (Region of Interest) that will be scanned.
- setScanRegionOfInterestSettings(ScanRegionOfInterestSettings) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setScanRegionRelativeHeight(float) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the scan region height, represented as percentage of maximal allowed scan region height.
- setScanRegionRelativeWidth(float) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the scan region width, represented as percentage of maximal allowed scan region width.
- setScanResultListener(ScanResultListener) - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Sets the listener that will obtain the results of the scanning.
- setScanUncertain(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Enable decoding of non-standard PDF417 barcodes, but without guarantee that all data will be read.
- setScanUpca(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should UPCA barcode be scanned.
- setScanUpce(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should UPCE barcode be scanned.
- setShakeListener(ShakeCallback) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the shake callback that will be notified about device shake events.
- setShouldAnimate(boolean) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
- setShowInfoMessages(boolean) - Method in class com.microblink.photopay.uisettings.OcrLineUISettings
-
Defines whether scan info messages will be displayed in UI.
- setShownScanRegionRelativeHeight(float) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the height of the scan region that will be shown to the user, represented as percentage of maximal allowed scan region height.
- setShownScanRegionRelativeWidth(float) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the width of the scan region that will be shown to the user, represented as percentage of maximal allowed scan region width.
- setShowTrialLicenseWarning(boolean) - Static method in class com.microblink.photopay.MicroblinkSDK
-
Disable or enable showing of toast when trial license key is entered.
- setSimultaneouslyStartAnimations(boolean) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Enable slower, but more thorough scanning, thus giving higher possibility of successful scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
-
If enabled, scanning will be slower but more thorough, giving higher possibility of successful scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
-
If enabled, scanning will be slower but more thorough, giving higher possibility of successful scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- setSlowerThoroughScan(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
-
Defines if the recognizer should go slower through scan.
- setSplashResourceId(int) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setSplashResourceId(int) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- setSplashScreenLayoutResourceID(int) - Method in class com.microblink.photopay.uisettings.BasicScanUISettings
- setSplashScreenLayoutResourceID(int) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- setSplashScreenLayoutResourceID(int) - Method in interface com.microblink.photopay.uisettings.options.SplashScreenUIOptions
-
Defines the ID of the layout resource that will be used as camera splash screen displayed while camera is being initialized.
- setSplashScreenResourceId(int) - Method in class com.microblink.photopay.fragment.RecognizerRunnerFragment
-
Sets the resource layout identifier for camera splash screen.
- setStartWithWhitespace(boolean) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
If set to true, regex will not be matched if there is no whitespace before matched string.
- setStatusMessagesEnabled(boolean) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
- setStatusMessageTranslator(StatusMessageTranslator) - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlaySettings.Builder
- setStrings(T) - Method in interface com.microblink.photopay.uisettings.options.StringsUIOptions
-
Sets strings that will be used in the UI.
- setSuccessfulImageListener(SuccessfulImageListener) - Method in class com.microblink.photopay.uisettings.FieldByFieldUISettings
- setSuccessfulImageListener(SuccessfulImageListener) - Method in interface com.microblink.photopay.uisettings.options.SuccessfulImageListenerUIOptions
-
Sets implementation of
SuccessfulImageListener
interface that will obtain images from the successful scan. - setSuccessImageListener(SuccessfulImageListener) - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
- setSurface(CameraSurface) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- setSurface(CameraSurface) - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
-
Defines which view will be used for displaying camera preview.
- setTapToFocusAllowed(boolean) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets whether camera view will handle tap events to ask camera to perform autofocus on tapped area.
- setText(String) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the text that will be displayed when parser is active.
- setTextResource(int) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the resource ID representing text that will be displayed when parser is active.
- setTitle(String) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the title that will be displayed.
- setTitleResource(int) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
-
Sets the resource ID representing title that will be displayed.
- setTorchState(boolean, SuccessCallback) - Method in class com.microblink.photopay.view.BaseCameraView
-
Turns the torch on the camera on or off.
- setTorchStateListener(OverlayTorchStateListener) - Method in class com.microblink.photopay.fragment.overlay.components.TorchController
- setType(CameraType) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- setType(CameraType) - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
-
Sets type of camera that will be used.
- setUncertainDecoding(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
-
Uncertain decoding enables scanning of non-standard elements, but there is no guarantee that all data will be read.
- setUncertainDecoding(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
-
Enable scanning of non-standard elements, but there is no guarantee that all data will be read.
- setup(int) - Method in class com.microblink.photopay.fragment.overlay.components.feedback.view.SuccessFlashView
- setup(ImageView, RecognizerRunnerView) - Method in class com.microblink.photopay.fragment.overlay.components.TorchController
- setup(ImageView, RecognizerRunnerView, Drawable, Drawable) - Method in class com.microblink.photopay.fragment.overlay.components.TorchController
- setup(RecognizerRunnerView) - Method in class com.microblink.photopay.fragment.overlay.components.TorchController
- setUseSanitization(boolean) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
-
Defines whether payment description sanitization should be performed.
- setUseSieve(boolean) - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
-
Enable the usage of algorithm for combining consecutive OCR results between video frames for improving OCR quality.
- setUseSieve(boolean) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Enable the usage of algorithm for combining consecutive OCR results between video frames for improving OCR quality.
- setUsingFlagSecure(boolean) - Method in class com.microblink.photopay.uisettings.UISettings
-
Defines whether FLAG_SECURE on activity window, which indicates that the display has a secure video output and supports compositing secure surfaces, should be used.
- setVideoResolutionPreset(VideoResolutionPreset) - Method in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings.Builder
- setVideoResolutionPreset(VideoResolutionPreset) - Method in class com.microblink.photopay.uisettings.CameraSettings.Builder
-
Sets the video resolution preset that will be used when choosing camera resolution for scanning.
- setVideoResolutionPreset(VideoResolutionPreset) - Method in class com.microblink.photopay.view.BaseCameraView
- setVisiblePart(RectF) - Method in class com.microblink.photopay.image.ImageFrame
-
sets the region that defines the visible part of frame
- setVisiblePartUpdateListener(BaseCameraView.VisiblePartUpdateListener) - Method in class com.microblink.photopay.view.BaseCameraView
- setWordProcessingEnabled(boolean) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
-
If the option is enabled, words in the OCR result will be processed and possibly classified as numbers, lower case words, upper case, ...
- setX(float) - Method in class com.microblink.photopay.geometry.Point
-
Sets the x coordinate of the point.
- setY(float) - Method in class com.microblink.photopay.geometry.Point
-
Sets the y coordinate of the point.
- setZoomLevel(float) - Method in class com.microblink.photopay.view.BaseCameraView
-
Sets the camera zoom level.
- ShakeCallback - Interface in com.microblink.photopay.hardware.accelerometer
- shouldAllowAlphaCharacters() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
-
Indicates whether parsing of references that contain uppercase letters will be allowed.
- shouldAllowAlphaCharacters() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
-
Indicates whether parsing of references that contain uppercase letters will be allowed.
- shouldAllowAlphaCharacters() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
-
Indicates whether parsing of references that contain uppercase letters will be allowed.
- shouldAllowMissingDecimals() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
-
Indicates whether amounts without decimal are accepted as valid.
- shouldAllowMultipleScanResultsOnSingleImage() - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Returns true if multiple scan results can be obtained from single image.
- shouldAllowNegativeAmounts() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
-
Indicates whether negative values are accepted as valid amounts.
- shouldAllowSpaceSeparators() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
-
Indicates whether amounts with space separators between groups of digits(thousands) are allowed.
- shouldAllowUnverifiedReferences() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
-
Whether returning of unverified results is allowed.
- shouldAlwaysReturnPrefix() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
-
Should prefix (country code) always be returned.
- shouldAnimate() - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
- shouldAnimateRotation() - Method in class com.microblink.photopay.view.CameraViewGroup
-
Returns true if rotatable view's rotation should be animated.
- shouldEndWithWhitespace() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Returns whether matched string must end with whitespace.
- shouldExtractRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
-
Defines whether recipient name should be extracted from the payslip.
- shouldGrabFocusedFrames() - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
-
Allow sending focused camera frames to
FrameCallback
. - shouldGrabUnfocusedFrames() - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
-
Allow sending unfocused camera frames to
FrameCallback
. - shouldPreferMod97Reference() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
-
Indicates whether mod97 references will be preferred in parsing.
- shouldReadCode39AsExtendedData() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Enable reading code39 barcode contents as extended data.
- shouldReadPayerName() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
-
Defines whether payer name should also be read from the slip.
- shouldReadPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
-
Defines whether payment description will also be read from the slip.
- shouldReadPaymentDescription() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
-
Defines whether recognition process should attempt read payment description field from the payment slip.
- shouldReadRecipientAddress() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
-
Defines whether or not recipient address should be read.
- shouldReadRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
-
Defines whether recipient name should be read from the slip.
- shouldReadRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
-
Defines whether or not recipient name should be read.
- shouldReadRecipientName() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
-
Defines whether recognition process should attempt to read recipient name field from payment slip.
- shouldResetStateOnRecognizerResume() - Method in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- shouldResetStateOnRecognizerResume() - Method in class com.microblink.photopay.fragment.overlay.basic.BasicOverlayController
- shouldResetStateOnRecognizerResume() - Method in class com.microblink.photopay.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
- shouldRotateScanningRegion() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
Returns true if scanning region should be rotated with device.
- shouldScanCode128() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should Code128 barcode be scanned.
- shouldScanCode39() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should Code39 barcode be scanned.
- shouldScanEan13() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should EAN13 barcode be scanned.
- shouldScanEan8() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should EAN8 barcode be scanned.
- shouldScanItf() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should ITF barcode be scanned.
- shouldScanPdf417() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should PDF417 2D barcode be scanned.
- shouldScanQrCode() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should QR code be scanned.
- shouldScanUpca() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should UPCA barcode be scanned.
- shouldScanUpce() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
-
Should UPCE barcode be scanned.
- shouldStartCamera() - Method in class com.microblink.photopay.view.BaseCameraView
- shouldStartCamera() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
- shouldStartWithWhitespace() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Returns whether matched string must start with whitespace.
- shouldUseSanitization() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
-
Defines whether payment description sanitization should be performed.
- shouldUseSieve() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
-
Returns true if algorithm for combining consecutive OCR results between video frames for improving OCR quality is used.
- shouldUseSieve() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
-
Returns true if algorithm for combining consecutive OCR results between video frames for improving OCR quality is used.
- showSnackbar() - Method in class com.microblink.photopay.fragment.overlay.components.snackbar.SnackbarManager
- signedJsonNativeGet(long) - Static method in class com.microblink.photopay.entities.recognizers.Recognizer
- SignedPayload - Class in com.microblink.photopay.entities.recognizers
- SignedPayload(String, String, String, String) - Constructor for class com.microblink.photopay.entities.recognizers.SignedPayload
- SimpleDate - Class in com.microblink.photopay.results.date
-
Simple class which represents immutable dates that are consisted of day, month and year.
- SimpleDate(int, int, int) - Constructor for class com.microblink.photopay.results.date.SimpleDate
-
Initializes the object with the given day, month and year.
- SimpleDateResult - Interface in com.microblink.photopay.results.date
- SlovakiaCode128PaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia
-
Recognizer which can scan Slovak Code 128 payment
- SlovakiaCode128PaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer
- SlovakiaCode128PaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia
- SlovakiaDataMatrixPaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia
-
Recognizer which can scan Slovak Data Matrix
- SlovakiaDataMatrixPaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
- SlovakiaDataMatrixPaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia
- SlovakiaQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia.qr
-
Recognizer that can scan Slovak payBySquare QR codes.
- SlovakiaQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
- SlovakiaQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia.qr
- SlovakiaQrPaymentInformation - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia.qr
-
Payment information from scanned payBySquare QR codes
- SlovakiaQrPaymentInformation(long, Object) - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentInformation
- SlovakiaQrPaymentPeriodicity - Enum Class in com.microblink.photopay.entities.recognizers.photopay.slovakia.qr
-
Payment periodicity of the Slovakia QR payment standing order.
- SlovakiaQrPaymentStandingOrder - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia.qr
- SlovakiaSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia.slip
-
Recognizer that scans payment information from Slovak payment slips
- SlovakiaSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
- SlovakiaSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.slovakia.slip
- SloveniaQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.slovenia
-
Recognizer which can scan Slovenian payment QR code
- SloveniaQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
- SloveniaQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.slovenia
- SloveniaReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.slovenia.reference
-
Parser that can extract Slovenian payment reference number from the OCR result.
- SloveniaReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- SloveniaReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.slovenia.reference
- SloveniaSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.slovenia.slip
-
Recognizer that scans payment information from Slovenian payment slips
- SloveniaSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
- SloveniaSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.slovenia.slip
- SnackbarManager - Class in com.microblink.photopay.fragment.overlay.components.snackbar
- SnackbarManager(ViewSwitcher, String, Drawable, StatusTextStyler) - Constructor for class com.microblink.photopay.fragment.overlay.components.snackbar.SnackbarManager
- SnackbarManager(ViewSwitcher, String, Drawable, StatusTextStyler, int, int) - Constructor for class com.microblink.photopay.fragment.overlay.components.snackbar.SnackbarManager
- SplashScreenUIOptions - Interface in com.microblink.photopay.uisettings.options
- STAGE_SUCCESSFUL - Enum constant in enum class com.microblink.photopay.recognition.RecognitionSuccessType
-
Recognition has successfully completed one stage (one side of the document has been scanned).
- StageValid - Enum constant in enum class com.microblink.photopay.entities.recognizers.Recognizer.Result.State
-
All mandatory information from one side of the document was extracted.
- STANDARD - Enum constant in enum class com.microblink.photopay.intent.IntentDataTransferMode
-
Standard Android intent data transfer.
- STANDING_ORDER - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.PaymentOption
- start() - Method in class com.microblink.photopay.view.BaseCameraView
- start() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
This method must be called from activity's onStart.
- startActivityForResult(Activity, int, UISettings) - Static method in class com.microblink.photopay.uisettings.ActivityRunner
-
Starts the activity associated with this settings object for result with given request code.
- startActivityForResult(Fragment, int, UISettings) - Static method in class com.microblink.photopay.uisettings.ActivityRunner
-
Starts the activity associated with this settings object for result with given request code.
- startActivityForResult(Fragment, int, UISettings) - Static method in class com.microblink.photopay.uisettings.ActivityRunner
-
Starts the activity associated with this settings object for result with given request code.
- startAnimation() - Method in class com.microblink.photopay.fragment.overlay.components.feedback.view.SuccessFlashView
- STARTED - Enum constant in enum class com.microblink.photopay.fragment.overlay.OverlayState
- STARTED - Enum constant in enum class com.microblink.photopay.view.BaseCameraView.CameraViewState
-
Indicates that start() has been called, next you need to call resume() method
- STATIC_CHARS - Enum constant in enum class com.microblink.photopay.uisettings.options.OcrResultDisplayMode
-
In place of character recognition, recognized value will be drawn.
- StatusMessageTranslator - Interface in com.microblink.photopay.fragment.overlay.components.statusmsg
- StatusMessageTranslator.Event - Enum Class in com.microblink.photopay.fragment.overlay.components.statusmsg
- statusTextId - Variable in class com.microblink.photopay.fragment.overlay.components.settings.ControlsLayoutConfig
- StatusTextManager - Class in com.microblink.photopay.fragment.overlay.components.statusmsg
- StatusTextManager(TextSwitcher, StatusTextStyler) - Constructor for class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
- StatusTextManager(TextSwitcher, StatusTextStyler, int, int) - Constructor for class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
- StatusTextStyler - Interface in com.microblink.photopay.fragment.overlay.components.statusmsg
- StatusTextStyler.Default - Class in com.microblink.photopay.fragment.overlay.components.statusmsg
- stop() - Method in class com.microblink.photopay.view.BaseCameraView
- stop() - Method in class com.microblink.photopay.view.recognition.RecognizerRunnerView
-
This method must be called from activity's onStop.
- StringsUIOptions<T> - Interface in com.microblink.photopay.uisettings.options
- StyleUIOptions - Interface in com.microblink.photopay.uisettings.options
- SUCCESS - Enum constant in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Document has been detected.
- SuccessCallback - Interface in com.microblink.photopay.hardware
-
Callback that will be invoked when some asynchronous operation has finished.
- SuccessFlashView - Class in com.microblink.photopay.fragment.overlay.components.feedback.view
- SuccessFlashView(Context) - Constructor for class com.microblink.photopay.fragment.overlay.components.feedback.view.SuccessFlashView
- SuccessFlashView(Context, AttributeSet) - Constructor for class com.microblink.photopay.fragment.overlay.components.feedback.view.SuccessFlashView
- SuccessFlashView(Context, AttributeSet, int) - Constructor for class com.microblink.photopay.fragment.overlay.components.feedback.view.SuccessFlashView
- SuccessFrameGrabberRecognizer - Class in com.microblink.photopay.entities.recognizers.successframe
-
A recognizer that holds the camera frame on which given recognizer's result has become valid.
- SuccessFrameGrabberRecognizer(Recognizer<?>) - Constructor for class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- SuccessFrameGrabberRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.successframe
- SUCCESSFUL - Enum constant in enum class com.microblink.photopay.recognition.RecognitionSuccessType
-
Recognition performed successfully (all data found).
- SuccessfulImageListener - Interface in com.microblink.photopay.image
-
Callback that will be invoked when recognition process has successfully scanned an item and has a successful scan image to return.
- SuccessfulImageListenerUIOptions - Interface in com.microblink.photopay.uisettings.options
- surface - Variable in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- surface - Variable in class com.microblink.photopay.uisettings.CameraSettings
- SwedenAmountParser - Class in com.microblink.photopay.entities.parsers.photopay.sweden.amount
-
Parser that can extract amount out of the OCR result from Swedish payment slip.
- SwedenAmountParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- SwedenAmountParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.sweden.amount
- SwedenGiroNumberParser - Class in com.microblink.photopay.entities.parsers.photopay.sweden.giro
-
Parser that can extract Sweden Giro number from the OCR result.
- SwedenGiroNumberParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- SwedenGiroNumberParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.sweden.giro
- SwedenReferenceParser - Class in com.microblink.photopay.entities.parsers.photopay.sweden.reference
-
Parser that can extract Sweden Reference number from the OCR result.
- SwedenReferenceParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- SwedenReferenceParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.sweden.reference
- SwedenSlipCodeParser - Class in com.microblink.photopay.entities.parsers.photopay.sweden.slipcode
-
Parser that can extract Sweden slip code from the OCR result.
- SwedenSlipCodeParser() - Constructor for class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- SwedenSlipCodeParser.Result - Class in com.microblink.photopay.entities.parsers.photopay.sweden.slipcode
- SwitzerlandQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.switzerland
-
Recognizer which can scan Swiss payment QR code
- SwitzerlandQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
- SwitzerlandQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.switzerland
- SwitzerlandSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.switzerland.slip
-
Recognizer that scans payment information from Swiss payment slips.
- SwitzerlandSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer
- SwitzerlandSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.switzerland.slip
T
- terminate() - Method in class com.microblink.photopay.directApi.RecognizerRunner
-
Terminates the native library.
- terminateNative(long) - Method in class com.microblink.photopay.entities.Entity.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.Entity
- terminateNative(long) - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- terminateNative(long) - Method in class com.microblink.photopay.entities.ocrengine.deep.DeepOCREngineOptions
- terminateNative(long) - Method in class com.microblink.photopay.entities.ocrengine.legacy.BlinkOCREngineOptions
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.date.DateParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.date.DateParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.raw.RawParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.raw.RawParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser
- terminateNative(long) - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
- terminateNative(long) - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- TIMEOUT_INFINITY - Static variable in class com.microblink.photopay.entities.recognizers.RecognizerBundle
-
Constant used as argument for
RecognizerBundle.setNumMsBeforeTimeout(int)
method when timeout should be set to infinity. - toActivityInfoOrientation() - Method in enum class com.microblink.photopay.uisettings.options.OverlayOrientation
-
Helper method to convert
OverlayOrientation
toActivityInfo
constant. - toFloatArray(float[]) - Method in class com.microblink.photopay.geometry.Quadrilateral
-
Converts this quadrilateral to array of float points.
- toggleTorchState() - Method in class com.microblink.photopay.fragment.overlay.components.TorchController
- toImage() - Method in class com.microblink.photopay.image.InputImage
- toInputImage() - Method in class com.microblink.photopay.image.Image
- toOrientation() - Method in enum class com.microblink.photopay.uisettings.options.OverlayOrientation
-
Helper method to convert
OverlayOrientation
toOrientation
. - torchButtonId - Variable in class com.microblink.photopay.fragment.overlay.components.settings.ControlsLayoutConfig
- torchController - Variable in class com.microblink.photopay.fragment.overlay.BaseOverlayController
- TorchController - Class in com.microblink.photopay.fragment.overlay.components
- TorchController() - Constructor for class com.microblink.photopay.fragment.overlay.components.TorchController
- toRectF() - Method in class com.microblink.photopay.geometry.Rectangle
- toSignedJson() - Method in class com.microblink.photopay.entities.recognizers.Recognizer
- toSignedJson() - Method in interface com.microblink.photopay.entities.util.JsonizableEntity
-
Returns the signed JSON representation of this entity's current state as a
SignedPayload
. - toString() - Method in class com.microblink.photopay.entities.parsers.amount.AmountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
- toString() - Method in class com.microblink.photopay.entities.parsers.date.DateParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.iban.IbanParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.Parser.Result
-
Returns extracted result string.
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.abn.AustraliaAbnParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.account.AustraliaAccountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bankdetails.bsb.AustraliaBsbParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.biller.AustraliaBillerParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.australia.bpay.reference.AustraliaReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.austria.reference.AustriaReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.account.BosniaAndHerzegovinaAccountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.bih.reference.BosniaAndHerzegovinaReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.amount.CroatiaAmountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.croatia.reference.CroatiaReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.account.CzechiaAccountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.czechia.varsymbol.CzechiaVariabilniSymbolParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.germany.reference.GermanyReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.account.HungaryAccountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.hungary.payerid.HungaryPayerIdParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.account.MacedoniaAccountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.macedonia.reference.MacedoniaReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.account.MontenegroAccountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.montenegro.reference.MontenegroReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.serbia.reference.SerbiaReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.slovenia.reference.SloveniaReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.amount.SwedenAmountParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.giro.SwedenGiroNumberParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.reference.SwedenReferenceParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.photopay.sweden.slipcode.SwedenSlipCodeParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.raw.RawParser.Result
- toString() - Method in class com.microblink.photopay.entities.parsers.regex.RegexParser.Result
- toString() - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.AustriaQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.austria.slip.AustriaSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.belgium.slip.BelgiumSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaPdf417PaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.qr.CzechiaQrCodeRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.czechia.slip.CzechiaSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.GermanyQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.germany.slip.GermanySlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.HungaryQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.IbanBicAccount
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128PaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.kosovo.slip.KosovoSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.netherlands.slip.NetherlandsSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.sepa.SepaQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.pdf417.SerbiaPdf417PaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.serbia.qr.SerbiaQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentStandingOrder
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.slip.SlovakiaSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaCode128PaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovakia.SlovakiaDataMatrixPaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.slip.SloveniaSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.slip.SwitzerlandSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.switzerland.SwitzerlandQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer.Result
- toString() - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
- toString() - Method in class com.microblink.photopay.geometry.Point
- toString() - Method in class com.microblink.photopay.geometry.Quadrilateral
- toString() - Method in class com.microblink.photopay.geometry.Rectangle
- toString() - Method in enum class com.microblink.photopay.hardware.orientation.Orientation
- toString() - Method in class com.microblink.photopay.results.date.Date
- toString() - Method in class com.microblink.photopay.results.date.SimpleDate
- toString() - Method in class com.microblink.photopay.results.ocr.OcrBlock
- toString() - Method in class com.microblink.photopay.results.ocr.OcrChar
- toString() - Method in class com.microblink.photopay.results.ocr.OcrLine
- toString() - Method in class com.microblink.photopay.results.ocr.OcrResult
- type - Variable in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- type - Variable in class com.microblink.photopay.uisettings.CameraSettings
U
- uiSettings - Variable in class com.microblink.photopay.activity.BarcodeScanActivity
- UISettings<ScanOverlayType extends ScanningOverlay> - Class in com.microblink.photopay.uisettings
-
Base class for all concrete scan activity settings classes.
- UISettings() - Constructor for class com.microblink.photopay.uisettings.UISettings
- Uncertain - Enum constant in enum class com.microblink.photopay.entities.parsers.Parser.Result.State
- Uncertain - Enum constant in enum class com.microblink.photopay.entities.recognizers.Recognizer.Result.State
-
Some but not all mandatory information was extracted
- UnitedKingdomQrCodePaymentRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.unitedkingdom
-
Recognizer which can scan UK payment QR code
- UnitedKingdomQrCodePaymentRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.unitedkingdom.UnitedKingdomQrCodePaymentRecognizer
- UnitedKingdomQrCodePaymentRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.unitedkingdom
- UnitedKingdomSlipRecognizer - Class in com.microblink.photopay.entities.recognizers.photopay.uk.slip
-
Recognizer that scans payment information from UK Giro OCR line.
- UnitedKingdomSlipRecognizer() - Constructor for class com.microblink.photopay.entities.recognizers.photopay.uk.slip.UnitedKingdomSlipRecognizer
- UnitedKingdomSlipRecognizer.Result - Class in com.microblink.photopay.entities.recognizers.photopay.uk.slip
- UNSUCCESSFUL - Enum constant in enum class com.microblink.photopay.recognition.RecognitionSuccessType
-
Recognition performed unsuccessfully (no data found).
- UNSUPPORTED_ANDROID_VERSION - Enum constant in enum class com.microblink.photopay.util.RecognizerCompatibilityStatus
-
Device's Android version is not supported.
- UNSUPPORTED_ANDROID_VERSION - Enum constant in enum class com.microblink.photopay.view.NotSupportedReason
-
Indicates that current version of android is not supported.
- UNSUPPORTED_PROCESSOR_ARCHITECTURE - Enum constant in enum class com.microblink.photopay.view.NotSupportedReason
-
Indicates that device has a processor that is not supported (for example ARMv7 processor without NEON SIMD instruction support)
- UPCA - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
UPC A barcode was scanned
- UPCE - Enum constant in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
UPC E barcode was scanned
- updateStatus(int) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
-
Updates the current status message with the given one.
- updateStatus(String) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
-
Similar to
StatusTextManager.updateStatus(int)
but takes string as argument. - updateStatusImmediately(int) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
-
Updates the current status message with the given one, immediately.
- updateStatusImmediately(CharSequence) - Method in class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusTextManager
-
Updates the current status message with the given one, immediately.
- updateTorchState(boolean) - Method in class com.microblink.photopay.fragment.overlay.components.TorchController
V
- Valid - Enum constant in enum class com.microblink.photopay.entities.parsers.Parser.Result.State
- Valid - Enum constant in enum class com.microblink.photopay.entities.processors.Processor.Result.State
- Valid - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaPaymentReferenceStatus
-
Reference is valid
- Valid - Enum constant in enum class com.microblink.photopay.entities.recognizers.Recognizer.Result.State
-
All mandatory information was extracted.
- valueOf(String) - Static method in enum class com.microblink.photopay.activity.result.ResultStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.directApi.RecognizerRunner.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.ocrengine.deep.DeepOCRModel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.ocrengine.legacy.OcrDocumentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.parsers.date.DateFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.parsers.Parser.Result.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.processors.Processor.Result.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaBarcodeSlipIdType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaPaymentReferenceStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipId
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipId
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128SlipIdType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.PaymentOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.Recognizer.Result.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.RecognitionDebugMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.fragment.overlay.OverlayState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.hardware.camera.CameraType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.image.ImageFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.intent.IntentDataTransferMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.metadata.detection.points.PointsType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.recognition.RecognitionSuccessType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.results.ocr.OcrFont
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.uisettings.options.OcrResultDisplayMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.uisettings.options.OverlayOrientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.util.RecognizerCompatibilityStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.view.BaseCameraView.CameraViewState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.view.CameraAspectMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.view.NotSupportedReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.microblink.photopay.view.viewfinder.quadview.QuadViewPreset
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.microblink.photopay.activity.result.ResultStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.directApi.RecognizerRunner.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.ocrengine.deep.DeepOCRModel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.ocrengine.legacy.OcrDocumentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.parsers.date.DateFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.parsers.Parser.Result.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.processors.Processor.Result.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.blinkbarcode.BarcodeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.CroatiaBarcodeSlipIdType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaPaymentReferenceStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.croatia.slip.CroatiaSlipId
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipId
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.kosovo.KosovoCode128SlipIdType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.PaymentOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.Recognizer.Result.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.entities.recognizers.RecognizerBundle.RecognitionDebugMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.fragment.overlay.OverlayState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.hardware.camera.CameraType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.hardware.orientation.Orientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.image.ImageFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.intent.IntentDataTransferMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.metadata.detection.points.PointsType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.recognition.RecognitionSuccessType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.results.ocr.OcrFont
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.uisettings.options.OcrResultDisplayMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.uisettings.options.OverlayOrientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.util.RecognizerCompatibilityStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.view.BaseCameraView.CameraViewState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.view.CameraAspectMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.view.NotSupportedReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.view.recognition.DetectionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.microblink.photopay.view.viewfinder.quadview.QuadViewPreset
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VIDEO_RESOLUTION_1080p - Enum constant in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
-
Attempts to choose camera video resolution as closely as 1080p
- VIDEO_RESOLUTION_2160p - Enum constant in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
-
Attempts to choose camera video resolution as closely as 2160p
- VIDEO_RESOLUTION_480p - Enum constant in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
-
Attempts to choose camera video resolution as closely as 480p
- VIDEO_RESOLUTION_720p - Enum constant in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
-
Attempts to choose camera video resolution as closely as 720p
- VIDEO_RESOLUTION_DEFAULT - Enum constant in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
-
Will choose camera video resolution which is best for current device.
- VIDEO_RESOLUTION_MAX_AVAILABLE - Enum constant in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
-
Will choose max available camera video resolution
- videoResolutionPreset - Variable in class com.microblink.photopay.fragment.overlay.components.settings.OverlayCameraSettings
- videoResolutionPreset - Variable in class com.microblink.photopay.uisettings.CameraSettings
- VideoResolutionPreset - Enum Class in com.microblink.photopay.hardware.camera
-
Created by dodo on 26/10/15.
W
- Weekly - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.slovakia.qr.SlovakiaQrPaymentPeriodicity
- White - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipId
-
White hungarian payment slip was scanned
- WORKING - Enum constant in enum class com.microblink.photopay.directApi.RecognizerRunner.State
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.Entity.Result
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.Entity
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.ocrengine.AbstractOCREngineOptions
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldBundle
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.parsers.config.fieldbyfield.FieldByFieldElement
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.processors.parserGroup.ParserGroupProcessor
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.recognizers.blinkinput.BlinkInputRecognizer
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.recognizers.framegrabber.FrameGrabberRecognizer
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.recognizers.HighResImagesBundle
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.recognizers.RecognizerBundle
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.entities.util.IntentTransferableEntity
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.geometry.Point
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.geometry.Quadrilateral
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.geometry.Rectangle
- writeToParcel(Parcel, int) - Method in enum class com.microblink.photopay.hardware.camera.CameraType
- writeToParcel(Parcel, int) - Method in enum class com.microblink.photopay.hardware.camera.VideoResolutionPreset
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.image.Image
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.results.date.Date
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.results.ocr.CharWithVariants
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.results.ocr.OcrBlock
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.results.ocr.OcrChar
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.results.ocr.OcrLine
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.results.ocr.OcrResult
- writeToParcel(Parcel, int) - Method in class com.microblink.photopay.uisettings.CameraSettings
- writeToParcel(Parcel, int) - Method in enum class com.microblink.photopay.uisettings.options.OcrResultDisplayMode
- writeToParcel(Parcel, int) - Method in enum class com.microblink.photopay.view.CameraAspectMode
Y
- yearsPassedFrom(SimpleDate) - Static method in class com.microblink.photopay.results.date.DateUtils
-
Number of full years passed from the given date.
- Yellow - Enum constant in enum class com.microblink.photopay.entities.recognizers.photopay.hungary.slip.HungarySlipId
-
Yellow hungarian payment slip was scanned
- YUV_NV12 - Enum constant in enum class com.microblink.photopay.image.ImageFormat
-
A single plane, color image.
- YUV_NV21 - Enum constant in enum class com.microblink.photopay.image.ImageFormat
-
A single plane, color image.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form