Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W Y 

A

AbstractOCREngineOptions - Class in com.microblink.blinkinput.entities.ocrengine
Options used in OCR.
AbstractOCREngineOptions(long, Object) - Constructor for class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
AbstractOCREngineOptions(long, Parcel) - Constructor for class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
ActivityRunner - Class in com.microblink.blinkinput.uisettings
Utility class that will start the activity associated with given UISettings
ActivityRunner() - Constructor for class com.microblink.blinkinput.uisettings.ActivityRunner
 
addAllDigitsToWhitelist(OcrFont) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Adds all digits with given font to whitelist.
addCharIntervalToWhitelist(char, char, OcrFont) - Method in class com.microblink.blinkinput.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(BlinkOCRCharKey) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Adds a char+font combination to set of allowed chars.
addCharToWhitelist(char, OcrFont) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Adds a char+font combination to set of allowed chars.
addChildView(View, boolean) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
addChildView(View, boolean, int) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
addDisplayablePointsDetection(DisplayablePointsDetection) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
Method to add new DisplayablePointsDetection.
addDisplayablePointsDetection(DisplayablePointsDetection) - Method in interface com.microblink.blinkinput.view.viewfinder.points.IDisplayablePointsView
Sets the points detection that should be presented next.
addDisplayablePointsDetection(DisplayablePointsDetection) - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
addImage(HighResImageWrapper) - Method in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
addLowercaseCharsToWhitelist(OcrFont) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Adds all lowercase ascii chars with given font to whitelist.
addOcrResult(DisplayableOcrResult) - Method in interface com.microblink.blinkinput.view.ocrResult.IOcrResultView
Adds new OCR result that will be displayed.
addOcrResult(DisplayableOcrResult) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultCharsView
 
addOcrResult(DisplayableOcrResult) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
Method to add new DisplayableOcrResult, preferably from OcrCallback.onOcrResult(DisplayableOcrResult) method.
addOcrResult(DisplayableOcrResult) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
 
addOrientationChangeListener(OrientationChangeListener) - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Adds all uppercase ascii chars with given font to whitelist.
addView(View) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
addView(View, int) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
addView(View, int, ViewGroup.LayoutParams) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
addView(View, ViewGroup.LayoutParams) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
addView(View, int, int) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
allocatedMLSize() - Static method in class com.microblink.blinkinput.hardware.HardwareInfo
Returns the number of bytes currently allocated by the ML inference engine.
allowAllCharsAndAllFonts() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Allows all supported chars in all supported fonts.
ALPHA_8 - Static variable in class com.microblink.blinkinput.image.ImageFormat
A single plane, grayscale image.
ALWAYS_OFF - Static variable in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
Frame quality estimation will always be turned off, regardless of active recognizers
ALWAYS_ON - Static variable in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
Frame quality estimation will always be turned on, regardless of active recognizers
AmountParser - Class in com.microblink.blinkinput.entities.parsers.amount
A parser that can extract amounts from OCR result.
AmountParser() - Constructor for class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
AmountParser.Result - Class in com.microblink.blinkinput.entities.parsers.amount
 
ANIMATED_DOTS - Static variable in class com.microblink.blinkinput.uisettings.options.OcrResultDisplayMode
In place of character recognition, animated dot will be drawn.
animateQuadToDefaultPosition() - Method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManager
Call this method to begin quadrilateral animation to its default position.
animateQuadToDetectionPosition(DisplayableQuadDetection) - Method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManager
Call this method to begin quadrilateral animation to detected quadrilateral.
apply(RecognizerRunnerView) - Method in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings
 
apply(RecognizerRunnerView) - Method in class com.microblink.blinkinput.uisettings.CameraSettings
 
applyStyle(TextView) - Method in interface com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextStyler
 
applyStyle(TextView) - Method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextStyler.Default
 
areCameraPixelsLandscapeLeft() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
askForCameraPermission() - Method in class com.microblink.blinkinput.util.CameraPermissionManager
Asks the user to give camera permission and displays the layout returned by getAskPermissionOverlay if user denies the permission.
ASPECT_FILL - Static variable in class com.microblink.blinkinput.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 - Static variable in class com.microblink.blinkinput.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.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings
 
aspectMode - Variable in class com.microblink.blinkinput.uisettings.CameraSettings
 
AUTO - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DetectionMode
Documents will be detected in all orientations and scale will be selected based on current orientation.
AUTOFOCUS_FAILED - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
AutofocusListener - Interface in com.microblink.blinkinput.hardware.camera
 
AUTOMATIC - Static variable in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
Frame quality estimation will be turned on if at least one recognizer requires that
Aztec - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
Aztec 2D barcode was scanned

B

backButtonId - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.ControlsLayoutConfig
 
BARCODE_DETECTION - Static variable in class com.microblink.blinkinput.metadata.detection.points.PointsType
Represented points are feature points within detected barcode.
BarcodeRecognizer - Class in com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode
Recognizer that can perform recognition of any supported barcode type.
BarcodeRecognizer() - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
 
BarcodeRecognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode
 
BarcodeScanActivity - Class in com.microblink.blinkinput.activity
Responsible for UI of the capturing process, and also for coordinating recognition and camera actions.
BarcodeScanActivity() - Constructor for class com.microblink.blinkinput.activity.BarcodeScanActivity
 
BarcodeType - Class in com.microblink.blinkinput.entities.recognizers.blinkbarcode
Represents the type of scanned barcode
BarcodeUISettings - Class in com.microblink.blinkinput.uisettings
Scan settings for barcode scanning.
BarcodeUISettings(RecognizerBundle) - Constructor for class com.microblink.blinkinput.uisettings.BarcodeUISettings
 
BarcodeUISettings(Intent) - Constructor for class com.microblink.blinkinput.uisettings.BarcodeUISettings
 
BaseCameraEventsListener - Interface in com.microblink.blinkinput.view
 
BaseCameraListener() - Constructor for class com.microblink.blinkinput.view.BaseCameraView.BaseCameraListener
 
BaseCameraView - Class in com.microblink.blinkinput.view
Created by dodo on 25/08/16.
BaseCameraView(Context) - Constructor for class com.microblink.blinkinput.view.BaseCameraView
 
BaseCameraView(Context, AttributeSet) - Constructor for class com.microblink.blinkinput.view.BaseCameraView
 
BaseCameraView.BaseCameraListener - Class in com.microblink.blinkinput.view
 
BaseCameraView.BaseCameraViewEventsListener - Class in com.microblink.blinkinput.view
 
BaseCameraView.BaseOrientationChangeListener - Class in com.microblink.blinkinput.view
 
BaseCameraView.CameraViewState - Class in com.microblink.blinkinput.view
 
BaseCameraViewEventsListener() - Constructor for class com.microblink.blinkinput.view.BaseCameraView.BaseCameraViewEventsListener
 
BaseOrientationChangeListener() - Constructor for class com.microblink.blinkinput.view.BaseCameraView.BaseOrientationChangeListener
 
BaseOverlayController - Class in com.microblink.blinkinput.fragment.overlay
 
BaseOverlayController(ScanResultListener) - Constructor for class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
BasicOverlayController - Class in com.microblink.blinkinput.fragment.overlay.basic
Overlay controller to be used for simplest scanning scenarios.
BasicOverlayController(BasicOverlaySettings, ScanResultListener) - Constructor for class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
BasicOverlaySettings - Class in com.microblink.blinkinput.fragment.overlay.basic
Collection of configuration settings for BasicOverlayController.
BasicOverlaySettings.Builder - Class in com.microblink.blinkinput.fragment.overlay.basic
Builds settings to be used with BasicOverlayController
BasicScanUISettings - Class in com.microblink.blinkinput.uisettings
 
BasicScanUISettings(RecognizerBundle) - Constructor for class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
BasicScanUISettings(Intent) - Constructor for class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
BeepSoundUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
BGRA_8888 - Static variable in class com.microblink.blinkinput.image.ImageFormat
A single plane, color image.
bindOverlayController(DocumentCaptureContract.OverlayController) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
bindOverlayController(DocumentCaptureContract.OverlayController) - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Bind given overlay controller to this view.
BLACKLISTED_DEVICE - Static variable in class com.microblink.blinkinput.view.NotSupportedReason
Indicates that device has been blacklisted by developers because it is known that scanning will not work on it
BlinkInput - Static variable in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCRModel
Default model used within BlinkInput SDK.
BlinkInputRecognizer - Class in com.microblink.blinkinput.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.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
BlinkInputRecognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.blinkinput
 
BlinkOCRCharKey - Class in com.microblink.blinkinput.entities.ocrengine.legacy
Class representing a char in specific font.
BlinkOCRCharKey(int, OcrFont) - Constructor for class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCRCharKey
 
BlinkOCREngineOptions - Class in com.microblink.blinkinput.entities.ocrengine.legacy
Options used in legacy BlinkOCR engine.
BlinkOCREngineOptions() - Constructor for class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Default constructor.
BlinkOCREngineOptions(long, Object) - Constructor for class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Constructor from native object.
build() - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
build() - Method in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
build() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings.Builder
 
build() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings.Builder
 
build() - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
build() - Method in class com.microblink.blinkinput.uisettings.CameraSettings.Builder
 
Builder(RecognizerBundle) - Constructor for class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
Builder() - Constructor for class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
Builder(Context) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings.Builder
 
Builder(DocumentCaptureRecognizerTransferable) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings.Builder
 
Builder(FieldByFieldBundle) - Constructor for class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
Builder() - Constructor for class com.microblink.blinkinput.uisettings.CameraSettings.Builder
 
buildImageFromCamera1NV21Frame(byte[], int, int, Orientation, Rectangle) - Static method in class com.microblink.blinkinput.image.ImageBuilder
 
buildImageFromCamera2Image(Image, Orientation, Rectangle) - Static method in class com.microblink.blinkinput.image.ImageBuilder
Builds image object from Camera2 frame in YUV_420_888 format.
buildImageFromJpegBytes(byte[], int) - Static method in class com.microblink.blinkinput.image.ImageBuilder
 
buildImageFromNativeContext(long, boolean, Object) - Static method in class com.microblink.blinkinput.image.ImageBuilder
Builds image object from native context.

C

calculateDotPositions(DisplayableOcrResult, int, int) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView.RandomOCRDotsGenerator
Deprecated.
 
calculateHostScreenOrientation() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
CAMERA_AT_ANGLE - Static variable in class com.microblink.blinkinput.view.recognition.DetectionStatus
Object is detected, but camera is at too large angle to read it
CAMERA_BACKFACE - Static variable in class com.microblink.blinkinput.hardware.camera.CameraType
Will use device's back facing camera, if it exists.
CAMERA_DEFAULT - Static variable in class com.microblink.blinkinput.hardware.camera.CameraType
Will use device's default camera.
CAMERA_FRONTFACE - Static variable in class com.microblink.blinkinput.hardware.camera.CameraType
Will use device's front facing camera, if it exists.
CAMERA_TOO_HIGH - Static variable in class com.microblink.blinkinput.view.recognition.DetectionStatus
Object detected, but the camera is too far above to read it
CAMERA_TOO_NEAR - Static variable in class com.microblink.blinkinput.view.recognition.DetectionStatus
Object detected, but the camera is too close to read it
CameraAspectMode - Class in com.microblink.blinkinput.view
 
CameraEventsListener - Interface in com.microblink.blinkinput.view
 
cameraHasAutofocus(CameraType, Context) - Static method in class com.microblink.blinkinput.util.RecognizerCompatibility
 
CameraPermissionManager - Class in com.microblink.blinkinput.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.blinkinput.util.CameraPermissionManager
Creates new camera permission manager and attaches it to activity.
CameraPermissionManager(Fragment) - Constructor for class com.microblink.blinkinput.util.CameraPermissionManager
Creates new camera permission manager and attaches it to fragment.
CameraPermissionManager(Fragment) - Constructor for class com.microblink.blinkinput.util.CameraPermissionManager
Creates new camera permission manager and attaches it to fragment.
CameraSettings - Class in com.microblink.blinkinput.uisettings
 
CameraSettings.Builder - Class in com.microblink.blinkinput.uisettings
 
CameraType - Class in com.microblink.blinkinput.hardware.camera
 
CameraViewGroup - Class in com.microblink.blinkinput.view
A simple wrapper around a Camera and a SurfaceView that renders a centered preview of the Camera to the surface.
CameraViewGroup(Context, AttributeSet) - Constructor for class com.microblink.blinkinput.view.CameraViewGroup
 
CameraViewGroup(Context) - Constructor for class com.microblink.blinkinput.view.CameraViewGroup
 
CameraViewGroup.CameraViewGroupOrientationChangeListener - Class in com.microblink.blinkinput.view
 
CameraViewGroup.LayoutParams - Class in com.microblink.blinkinput.view
Layout params for BaseCameraView.
CameraViewGroupOrientationChangeListener() - Constructor for class com.microblink.blinkinput.view.CameraViewGroup.CameraViewGroupOrientationChangeListener
 
cancel() - Method in class com.microblink.blinkinput.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.blinkinput.fragment.overlay.components.feedback.view.SuccessFlashView
 
cancelSpinnerAnimation(CaptureButtonManager.EndAnimationListener) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonManager
 
CaptureButtonManager - Class in com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture
 
CaptureButtonManager(CaptureButtonView) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonManager
 
CaptureButtonManager.EndAnimationListener - Interface in com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture
 
CaptureButtonView - Class in com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture
 
CaptureButtonView(Context) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
CaptureButtonView(Context, AttributeSet) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
CaptureButtonView(Context, AttributeSet, int) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
captureHighResFrame() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
captureHighResImage(HighResImageListener) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Starts capturing frame at full camera resolution and notifies listener once it's done.
changeConfiguration(Configuration) - Method in class com.microblink.blinkinput.view.BaseCameraView
This method changes the view's configuration.
changeConfigurationInternal(Configuration) - Method in class com.microblink.blinkinput.view.BaseCameraView
 
changeConfigurationInternal(Configuration) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
changeConfigurationInternal(Configuration) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
CharWithVariants - Class in com.microblink.blinkinput.results.ocr
 
CharWithVariants(long, OcrLine) - Constructor for class com.microblink.blinkinput.results.ocr.CharWithVariants
 
checkDpiRange(int) - Static method in class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.dpi.DpiOptionsUtils
Util method for checking desiredDPI value which must be in interval [100, 400].
checkLayoutParams(ViewGroup.LayoutParams) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
clamp(float) - Method in class com.microblink.blinkinput.geometry.Point
Calculate and return point clamped to given norm (length).
clamp(float, float) - Method in class com.microblink.blinkinput.geometry.Point
Calculate and return point clamped to given norm (lengths).
CLASS_NAME - Static variable in class com.microblink.blinkinput.entities.detectors.Detector
 
CLASS_NAME - Static variable in class com.microblink.blinkinput.entities.detectors.quad.QuadDetector
 
CLASS_NAME - Static variable in class com.microblink.blinkinput.entities.detectors.quad.QuadWithSizeDetector
 
CLASS_NAME - Static variable in class com.microblink.blinkinput.entities.parsers.Parser
 
CLASS_NAME - Static variable in class com.microblink.blinkinput.entities.processors.Processor
 
CLASS_NAME - Static variable in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.encode.EncodeFullDocumentImagesOptions
 
CLASS_NAME - Static variable in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.FullDocumentImageOptions
 
CLASS_NAME - Static variable in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageresult.EncodedFullDocumentImageResult
 
CLASS_NAME - Static variable in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageresult.FullDocumentImageResult
 
CLASS_NAME - Static variable in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer
 
CLASS_NAME - Static variable in interface com.microblink.blinkinput.entities.settings.GlareDetectorOptions
 
classify(TemplatingClass) - Method in interface com.microblink.blinkinput.entities.recognizers.templating.TemplatingClassifier
This method is invoked while evaluating specific TemplatingClass.
cleanup() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
cleanup() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Called when view will not be used anymore, here you should finish all remaining view actions and its resources.
cleanup() - Method in class com.microblink.blinkinput.fragment.overlay.OverlayResources
 
clear() - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
 
clear() - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
 
clear() - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.PointSetFeedbackHandler
 
clear() - Method in interface com.microblink.blinkinput.fragment.overlay.components.feedback.RecognitionFeedbackHandler
 
clear() - Method in class com.microblink.blinkinput.fragment.overlay.components.ScanSoundPlayer
 
clearAction() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
clearAction() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Clears all displayed actions.
clearDetection() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
clearDetection() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Clears all document detection information.
clearDisplayedContent() - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultCharsView
 
clearDisplayedContent() - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
Clears animation queue.
clearDisplayedContent() - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
Clears animation queue
clearDisplayedContent() - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
clearImages() - Method in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.Parser
Clears parser result.
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
clearResult() - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
clone() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
 
clone() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector.Result
 
clone() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
 
clone() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
 
clone() - Method in class com.microblink.blinkinput.entities.Entity
Create a copy of the entity.
clone() - Method in class com.microblink.blinkinput.entities.Entity.Result
Create a copy of the result.
clone() - Method in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
Returns a copy of DeepOCREngineOptions object.
clone() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Creates a copy of BlinkOCREngineOptions object.
clone() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.Parser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
clone() - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser.Result
 
clone() - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
 
clone() - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
 
clone() - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
clone() - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor.Result
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer.Result
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer.Result
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.Recognizer
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
clone() - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
 
clone() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
 
clone() - Method in class com.microblink.blinkinput.image.Image
Creates and returns a copy of this image object.
clone() - Method in class com.microblink.blinkinput.results.ocr.OcrResult
Creates a clone of the object.
Code128 - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
Code 128 barcode was scanned
Code39 - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
Code 39 barcode was scanned
com.microblink.blinkinput - package com.microblink.blinkinput
 
com.microblink.blinkinput.activity - package com.microblink.blinkinput.activity
 
com.microblink.blinkinput.directApi - package com.microblink.blinkinput.directApi
 
com.microblink.blinkinput.entities - package com.microblink.blinkinput.entities
 
com.microblink.blinkinput.entities.detectors - package com.microblink.blinkinput.entities.detectors
 
com.microblink.blinkinput.entities.detectors.quad - package com.microblink.blinkinput.entities.detectors.quad
 
com.microblink.blinkinput.entities.detectors.quad.document - package com.microblink.blinkinput.entities.detectors.quad.document
 
com.microblink.blinkinput.entities.detectors.quad.mrtd - package com.microblink.blinkinput.entities.detectors.quad.mrtd
 
com.microblink.blinkinput.entities.ocrengine - package com.microblink.blinkinput.entities.ocrengine
 
com.microblink.blinkinput.entities.ocrengine.deep - package com.microblink.blinkinput.entities.ocrengine.deep
 
com.microblink.blinkinput.entities.ocrengine.legacy - package com.microblink.blinkinput.entities.ocrengine.legacy
 
com.microblink.blinkinput.entities.parsers - package com.microblink.blinkinput.entities.parsers
 
com.microblink.blinkinput.entities.parsers.amount - package com.microblink.blinkinput.entities.parsers.amount
 
com.microblink.blinkinput.entities.parsers.config.fieldbyfield - package com.microblink.blinkinput.entities.parsers.config.fieldbyfield
 
com.microblink.blinkinput.entities.parsers.date - package com.microblink.blinkinput.entities.parsers.date
 
com.microblink.blinkinput.entities.parsers.email - package com.microblink.blinkinput.entities.parsers.email
 
com.microblink.blinkinput.entities.parsers.iban - package com.microblink.blinkinput.entities.parsers.iban
 
com.microblink.blinkinput.entities.parsers.licenseplates - package com.microblink.blinkinput.entities.parsers.licenseplates
 
com.microblink.blinkinput.entities.parsers.raw - package com.microblink.blinkinput.entities.parsers.raw
 
com.microblink.blinkinput.entities.parsers.regex - package com.microblink.blinkinput.entities.parsers.regex
 
com.microblink.blinkinput.entities.parsers.topup - package com.microblink.blinkinput.entities.parsers.topup
 
com.microblink.blinkinput.entities.parsers.vin - package com.microblink.blinkinput.entities.parsers.vin
 
com.microblink.blinkinput.entities.processors - package com.microblink.blinkinput.entities.processors
 
com.microblink.blinkinput.entities.processors.imageReturn - package com.microblink.blinkinput.entities.processors.imageReturn
 
com.microblink.blinkinput.entities.processors.parserGroup - package com.microblink.blinkinput.entities.processors.parserGroup
 
com.microblink.blinkinput.entities.recognizers - package com.microblink.blinkinput.entities.recognizers
 
com.microblink.blinkinput.entities.recognizers.blinkbarcode - package com.microblink.blinkinput.entities.recognizers.blinkbarcode
 
com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode - package com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode
 
com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417 - package com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417
 
com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber - package com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber
 
com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions - package com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions
 
com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.dpi - package com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.dpi
 
com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.encode - package com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.encode
 
com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension - package com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension
 
com.microblink.blinkinput.entities.recognizers.blinkid.imageresult - package com.microblink.blinkinput.entities.recognizers.blinkid.imageresult
 
com.microblink.blinkinput.entities.recognizers.blinkinput - package com.microblink.blinkinput.entities.recognizers.blinkinput
 
com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture - package com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture
 
com.microblink.blinkinput.entities.recognizers.detector - package com.microblink.blinkinput.entities.recognizers.detector
 
com.microblink.blinkinput.entities.recognizers.framegrabber - package com.microblink.blinkinput.entities.recognizers.framegrabber
 
com.microblink.blinkinput.entities.recognizers.successframe - package com.microblink.blinkinput.entities.recognizers.successframe
 
com.microblink.blinkinput.entities.recognizers.templating - package com.microblink.blinkinput.entities.recognizers.templating
 
com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies - package com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies
 
com.microblink.blinkinput.entities.recognizers.templating.parcelization - package com.microblink.blinkinput.entities.recognizers.templating.parcelization
 
com.microblink.blinkinput.entities.settings - package com.microblink.blinkinput.entities.settings
 
com.microblink.blinkinput.entities.util - package com.microblink.blinkinput.entities.util
 
com.microblink.blinkinput.fragment - package com.microblink.blinkinput.fragment
 
com.microblink.blinkinput.fragment.overlay - package com.microblink.blinkinput.fragment.overlay
 
com.microblink.blinkinput.fragment.overlay.basic - package com.microblink.blinkinput.fragment.overlay.basic
 
com.microblink.blinkinput.fragment.overlay.components - package com.microblink.blinkinput.fragment.overlay.components
 
com.microblink.blinkinput.fragment.overlay.components.debug - package com.microblink.blinkinput.fragment.overlay.components.debug
 
com.microblink.blinkinput.fragment.overlay.components.feedback - package com.microblink.blinkinput.fragment.overlay.components.feedback
 
com.microblink.blinkinput.fragment.overlay.components.feedback.view - package com.microblink.blinkinput.fragment.overlay.components.feedback.view
 
com.microblink.blinkinput.fragment.overlay.components.settings - package com.microblink.blinkinput.fragment.overlay.components.settings
 
com.microblink.blinkinput.fragment.overlay.components.snackbar - package com.microblink.blinkinput.fragment.overlay.components.snackbar
 
com.microblink.blinkinput.fragment.overlay.components.statusmsg - package com.microblink.blinkinput.fragment.overlay.components.statusmsg
 
com.microblink.blinkinput.fragment.overlay.documentcapture - package com.microblink.blinkinput.fragment.overlay.documentcapture
 
com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui - package com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui
 
com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture - package com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture
 
com.microblink.blinkinput.fragment.overlay.fieldbyfield - package com.microblink.blinkinput.fragment.overlay.fieldbyfield
 
com.microblink.blinkinput.fragment.overlay.verification - package com.microblink.blinkinput.fragment.overlay.verification
 
com.microblink.blinkinput.geometry - package com.microblink.blinkinput.geometry
 
com.microblink.blinkinput.hardware - package com.microblink.blinkinput.hardware
 
com.microblink.blinkinput.hardware.accelerometer - package com.microblink.blinkinput.hardware.accelerometer
 
com.microblink.blinkinput.hardware.camera - package com.microblink.blinkinput.hardware.camera
 
com.microblink.blinkinput.hardware.orientation - package com.microblink.blinkinput.hardware.orientation
 
com.microblink.blinkinput.image - package com.microblink.blinkinput.image
 
com.microblink.blinkinput.image.highres - package com.microblink.blinkinput.image.highres
 
com.microblink.blinkinput.intent - package com.microblink.blinkinput.intent
 
com.microblink.blinkinput.licence - package com.microblink.blinkinput.licence
 
com.microblink.blinkinput.licence.exception - package com.microblink.blinkinput.licence.exception
 
com.microblink.blinkinput.locale - package com.microblink.blinkinput.locale
 
com.microblink.blinkinput.metadata - package com.microblink.blinkinput.metadata
 
com.microblink.blinkinput.metadata.detection - package com.microblink.blinkinput.metadata.detection
 
com.microblink.blinkinput.metadata.detection.points - package com.microblink.blinkinput.metadata.detection.points
 
com.microblink.blinkinput.metadata.detection.quad - package com.microblink.blinkinput.metadata.detection.quad
 
com.microblink.blinkinput.metadata.glare - package com.microblink.blinkinput.metadata.glare
 
com.microblink.blinkinput.metadata.image - package com.microblink.blinkinput.metadata.image
 
com.microblink.blinkinput.metadata.ocr - package com.microblink.blinkinput.metadata.ocr
 
com.microblink.blinkinput.metadata.text - package com.microblink.blinkinput.metadata.text
 
com.microblink.blinkinput.recognition - package com.microblink.blinkinput.recognition
 
com.microblink.blinkinput.results - package com.microblink.blinkinput.results
 
com.microblink.blinkinput.results.date - package com.microblink.blinkinput.results.date
 
com.microblink.blinkinput.results.ocr - package com.microblink.blinkinput.results.ocr
 
com.microblink.blinkinput.uisettings - package com.microblink.blinkinput.uisettings
 
com.microblink.blinkinput.uisettings.options - package com.microblink.blinkinput.uisettings.options
 
com.microblink.blinkinput.util - package com.microblink.blinkinput.util
 
com.microblink.blinkinput.view - package com.microblink.blinkinput.view
 
com.microblink.blinkinput.view.ocrResult - package com.microblink.blinkinput.view.ocrResult
 
com.microblink.blinkinput.view.recognition - package com.microblink.blinkinput.view.recognition
 
com.microblink.blinkinput.view.viewfinder.points - package com.microblink.blinkinput.view.viewfinder.points
 
com.microblink.blinkinput.view.viewfinder.quadview - package com.microblink.blinkinput.view.viewfinder.quadview
 
compactMLNativeMemory() - Static method in class com.microblink.blinkinput.hardware.HardwareInfo
If possible, compacts the native memory pressure of the ML inference engine.
configurationChanged(RecognizerRunnerView, Configuration) - Method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManager
Inform quadview of configuration change event.
consumeContentFromLoadedObject(FieldByFieldBundle) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
 
consumeContentFromLoadedObject(IntentTransferableEntity) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
consumeContentFromLoadedObject(HighResImagesBundle) - Method in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
consumeContentFromLoadedObject(RecognizerBundle) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
consumeContentFromLoadedObject(IntentTransferableEntity) - Method in class com.microblink.blinkinput.entities.util.IntentTransferableEntity
 
consumeResult(AmountParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
consumeResult(DateParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser
 
consumeResult(EmailParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
consumeResult(IbanParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
consumeResult(LicensePlatesParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
consumeResult(T) - Method in class com.microblink.blinkinput.entities.parsers.Parser
Consumes given result.
consumeResult(RawParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
 
consumeResult(RegexParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
 
consumeResult(TopUpParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
consumeResult(VinParser.Result) - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.Entity
Consume result from other entity.
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
consumeResultFrom(ProcessorGroup) - Method in class com.microblink.blinkinput.entities.recognizers.templating.ProcessorGroup
 
consumeResultFrom(TemplatingClass) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
 
consumeResultFrom(Entity) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer
 
ControlsLayoutConfig - Class in com.microblink.blinkinput.fragment.overlay.components.settings
 
ControlsLayoutConfig(int, int, int, int, int) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.settings.ControlsLayoutConfig
 
convertToBitmap() - Method in class com.microblink.blinkinput.image.Image
Converts this image into Android Bitmap.
create(OcrResultDisplayMode) - Static method in class com.microblink.blinkinput.fragment.overlay.components.feedback.RecognitionFeedbackHandlerFactory
 
create() - Method in class com.microblink.blinkinput.view.BaseCameraView
Creates the view and its subviews and initializes camera settings.
create() - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
create() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
This method must be called from activity's onCreate.
createCameraListener() - Method in class com.microblink.blinkinput.view.BaseCameraView
ABSTRACT METHODS
createCameraListener() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
createCameraViewEventsListener() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
CREATED - Static variable in class com.microblink.blinkinput.fragment.overlay.OverlayState
 
CREATED - Static variable in class com.microblink.blinkinput.view.BaseCameraView.CameraViewState
Indicates that create() has been called, next you need to call start() method
createDefault() - Static method in class com.microblink.blinkinput.fragment.overlay.components.settings.ControlsLayoutConfig
 
createDefaultWithStatus() - Static method in class com.microblink.blinkinput.fragment.overlay.components.settings.ControlsLayoutConfig
 
createDocumentDetectionQuadViewManager(RecognizerRunnerView, int) - Static method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManagerFactory
 
createErrorDialog(Activity, Throwable, Runnable) - Method in class com.microblink.blinkinput.fragment.overlay.components.ErrorDialogFactory
 
createFromArray(float[]) - Static method in class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.ImageExtensionFactors
Creates factors object from float array.
createFromDMY(int, int, int, String) - Static method in class com.microblink.blinkinput.results.date.DateResult
This method is called from native code to build DateResult from native object.
createFromFrame(ICameraFrame, Orientation) - Static method in class com.microblink.blinkinput.image.highres.HighResImageWrapper.Factory
 
createFromIntent(Intent) - Static method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
Creates object of this class from Intent.
createFromIntent(Intent) - Static method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Creates object of this class from Intent.
createFromPreset(DocumentSpecificationPreset) - Static method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Creates a new document that will be detected from preset.
createFromPreset(MrtdSpecificationPreset) - Static method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecification
Creates a new MRTD (Machine Readable Travel Document) specification from the predefined preset.
createLayout(Context, RecognizerRunnerView) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
createLayout(Context, RecognizerRunnerView) - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Inflate your custom layout here and add it to the parent view.
createOrientationChangeListener() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
createOrientationChangeListener() - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
createOrientationChangeListener() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
createOverlayController(Activity, ScanResultListener) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
createOverlayController(Activity, ScanResultListener) - Method in class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
createOverlayController(Activity, ScanResultListener) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
createOverlayController(Activity, ScanResultListener) - Method in class com.microblink.blinkinput.uisettings.UISettings
Creates overlay controller and configures it using set values.
createOverlaySettingsBuilder() - Method in class com.microblink.blinkinput.uisettings.BarcodeUISettings
 
createOverlaySettingsBuilder() - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
createQuadViewFromPreset(RecognizerRunnerView, QuadViewPreset) - Static method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManagerFactory
 
createUnparsed(String) - Static method in class com.microblink.blinkinput.results.date.DateResult
This method is called from native code to build DateResult from native object, when date has not been successfully parsed from the given originalDateString.
createView(RecognizerRunnerView, MetadataCallbacks) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
 
createView(RecognizerRunnerView, MetadataCallbacks) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
 
createView(RecognizerRunnerView, MetadataCallbacks) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.PointSetFeedbackHandler
 
createView(RecognizerRunnerView, MetadataCallbacks) - Method in interface com.microblink.blinkinput.fragment.overlay.components.feedback.RecognitionFeedbackHandler
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
Parcelable creator.
CREATOR - Static variable in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Parcelable creator.
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.amount.AmountParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.email.EmailParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.iban.IbanParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.raw.RawParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.raw.RawParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.regex.RegexParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.parsers.vin.VinParser.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ParserParcelization
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ProcessorParcelization
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.templating.ProcessorGroup
 
CREATOR - Static variable in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
 
CREATOR - Static variable in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings
 
CREATOR - Static variable in class com.microblink.blinkinput.geometry.Point
 
CREATOR - Static variable in class com.microblink.blinkinput.geometry.Quadrilateral
 
CREATOR - Static variable in class com.microblink.blinkinput.geometry.Rectangle
 
CREATOR - Static variable in class com.microblink.blinkinput.hardware.camera.CameraType
 
CREATOR - Static variable in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
 
CREATOR - Static variable in class com.microblink.blinkinput.image.Image
 
CREATOR - Static variable in class com.microblink.blinkinput.results.date.DateResult
 
CREATOR - Static variable in class com.microblink.blinkinput.results.ocr.CharWithVariants
 
CREATOR - Static variable in class com.microblink.blinkinput.results.ocr.OcrBlock
 
CREATOR - Static variable in class com.microblink.blinkinput.results.ocr.OcrChar
 
CREATOR - Static variable in class com.microblink.blinkinput.results.ocr.OcrLine
 
CREATOR - Static variable in class com.microblink.blinkinput.results.ocr.OcrResult
Parcelable creator.
CREATOR - Static variable in class com.microblink.blinkinput.uisettings.CameraSettings
 
CREATOR - Static variable in class com.microblink.blinkinput.uisettings.options.OcrResultDisplayMode
 
CREATOR - Static variable in class com.microblink.blinkinput.view.CameraAspectMode
 
CurrentImageListener - Interface in com.microblink.blinkinput.image
Callback that will be invoked when recognition process receives new frame for processing.
CurrentImageListenerUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
CUSTOM_UI_FORBIDDEN - Static variable in class com.microblink.blinkinput.view.NotSupportedReason
Indicates that set license key does not allow setting this view on custom activity.

D

DataMatrix - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
Data Matrix 2D barcode was scanned
Date - Class in com.microblink.blinkinput.results.date
Simple class which represents immutable dates that are consisted of day, month and year.
Date(int, int, int) - Constructor for class com.microblink.blinkinput.results.date.Date
Initializes the object with the given day, month and year.
DATE_FORMAT_DDMMYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_DDMMYYYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_DDMONTHYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_DDMONTHYYYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_MMDDYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_MMDDYYYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_MMYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_MMYYYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_MONTHDDYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_MONTHDDYYYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_YY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_YYMMDD - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_YYMONTHDD - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_YYYY - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_YYYYMMDD - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DATE_FORMAT_YYYYMONTHDD - Static variable in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
DateFormat - Class in com.microblink.blinkinput.entities.parsers.date
Available date formats for date parser.
DateParser - Class in com.microblink.blinkinput.entities.parsers.date
A parser that can extract date from OCR result.
DateParser() - Constructor for class com.microblink.blinkinput.entities.parsers.date.DateParser
 
DateParser.Result - Class in com.microblink.blinkinput.entities.parsers.date
 
DateResult - Class in com.microblink.blinkinput.results.date
Helper class for obtaining date results.
DateUtils - Class in com.microblink.blinkinput.results.date
 
DateUtils() - Constructor for class com.microblink.blinkinput.results.date.DateUtils
 
DEBUG_DETECTION - Static variable in class com.microblink.blinkinput.image.ImageType
This is the image that was used as scratch surface to display document detection process (if any).
DEBUG_DEWARPED - Static variable in class com.microblink.blinkinput.image.ImageType
This is the dewarped image that is obtained after performing perspecitve correction of each element that needs to be scanned.
DEBUG_MARKED_DEWARPED - Static variable in class com.microblink.blinkinput.image.ImageType
This is same as DEBUG_DEWARPED, except it also contains visualisation of OCR result layered onto image.
DEBUG_OCR_INPUT - Static variable in class com.microblink.blinkinput.image.ImageType
This is grayscale image preprocessed with OCR engine.
DebugImageCallback - Interface in com.microblink.blinkinput.metadata.image
Callback that will be invoked when recognition process wishes to display a debug image.
DebugImageListener - Interface in com.microblink.blinkinput.image
Callback that will be invoked when recognition process wishes to display an image.
DebugImageListenerUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
DebugTextCallback - Interface in com.microblink.blinkinput.metadata.text
Callback that will be invoked when debug text information gets available.
DebugViewHandler - Class in com.microblink.blinkinput.fragment.overlay.components.debug
 
DebugViewHandler() - Constructor for class com.microblink.blinkinput.fragment.overlay.components.debug.DebugViewHandler
 
DeepOCREngineOptions - Class in com.microblink.blinkinput.entities.ocrengine.deep
Options used in Deep OCR.
DeepOCREngineOptions() - Constructor for class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
Default constructor.
DeepOCREngineOptions(long, Object) - Constructor for class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
Constructor from native object.
DeepOCRModel - Class in com.microblink.blinkinput.entities.ocrengine.deep
Available Deep OCR models.
Default(int) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextStyler.Default
 
DEFAULT_CORNERS_FROM_BARCODE_SCAN_ACTIVITY - Static variable in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewPreset
Setup quad view in the same style as used in default BarcodeScanActivity
DEFAULT_CORNERS_FROM_PHOTOPAY_ACTIVITY - Static variable in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewPreset
Setup quad view in the same style as used in default PhotopayActivity
DEFAULT_DEWARP_HEIGHT - Static variable in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.FixedDewarpPolicy
Default dewarp height value used when using default constructor.
DEFAULT_DOCUMENT_DETECTION - Static variable in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewPreset
 
DEFAULT_DPI - Static variable in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.DPIBasedDewarpPolicy
Default DPI that will be used with default constructor
DEFAULT_FROM_DOCUMENT_SCAN_ACTIVITY - Static variable in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewPreset
Setup quad view in the same style as used in default DocumentScanActivity
DEFAULT_FROM_OCR_LINE_SCAN_ACTIVITY - Static variable in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewPreset
Setup quad view in the same style as used in default OcrLineScanActivity
DEFAULT_FROM_OCR_LINE_SCAN_ACTIVITY_WITH_INFO - Static variable in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewPreset
Setup quad view in the same style as used in OcrLineScanActivity when scan info messages are enabled
DEFAULT_MAX_ALLOWED_DEWARPED_HEIGHT - Static variable in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.NoUpScalingDewarpPolicy
Default max allowed dewarp height used when using default constructor.
DEFAULT_NUMBER_OF_DOTS - Static variable in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
default maximum number of dots being displayed (necessary for bitmap caching)
DEFAULT_NUMBER_OF_DOTS - Static variable in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
 
describeContents() - Method in class com.microblink.blinkinput.entities.Entity
 
describeContents() - Method in class com.microblink.blinkinput.entities.Entity.Result
 
describeContents() - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
describeContents() - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
 
describeContents() - Method in class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ProcessorParcelization
 
describeContents() - Method in class com.microblink.blinkinput.entities.recognizers.templating.ProcessorGroup
 
describeContents() - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
 
describeContents() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings
 
describeContents() - Method in class com.microblink.blinkinput.geometry.Point
 
describeContents() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
 
describeContents() - Method in class com.microblink.blinkinput.geometry.Rectangle
 
describeContents() - Method in class com.microblink.blinkinput.hardware.camera.CameraType
 
describeContents() - Method in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
 
describeContents() - Method in class com.microblink.blinkinput.image.Image
 
describeContents() - Method in class com.microblink.blinkinput.results.date.DateResult
 
describeContents() - Method in class com.microblink.blinkinput.results.ocr.CharWithVariants
 
describeContents() - Method in class com.microblink.blinkinput.results.ocr.OcrBlock
 
describeContents() - Method in class com.microblink.blinkinput.results.ocr.OcrChar
 
describeContents() - Method in class com.microblink.blinkinput.results.ocr.OcrLine
 
describeContents() - Method in class com.microblink.blinkinput.results.ocr.OcrResult
 
describeContents() - Method in class com.microblink.blinkinput.uisettings.CameraSettings
 
describeContents() - Method in class com.microblink.blinkinput.uisettings.options.OcrResultDisplayMode
 
describeContents() - Method in class com.microblink.blinkinput.view.CameraAspectMode
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.Entity.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
 
deserializeFromByteArray(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
 
deserializeNative(byte[]) - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
deserializeNative(byte[]) - Method in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
 
deserializeNative(byte[]) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.Entity
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
 
deserializeNativeSettings(byte[]) - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
destroy() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
destroy() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
This method must be called from activity's onDestroy.
DESTROYED - Static variable in class com.microblink.blinkinput.fragment.overlay.OverlayState
 
DESTROYED - Static variable in class com.microblink.blinkinput.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 - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
DETECTION_CAMERA_TOO_HIGH - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
DETECTION_CAMERA_TOO_NEAR - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
DETECTION_FAILED - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
DETECTION_FALLBACK_SUCCESS - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
DETECTION_PARTIAL_OBJECT - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
DETECTION_SUCCESS - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
DETECTION_TEST - Static variable in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.RecognitionDebugMode
will perform only detection and will profile the performance of slip detection
DetectionMode - Class in com.microblink.blinkinput.entities.detectors.quad.document
Represents a mode in which detector scanning will be performed.
DetectionOverlayStrings - Class in com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui
 
DetectionOverlayStrings.Builder - Class in com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui
 
DetectionOverlayView - Class in com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui
 
DetectionOverlayView(DetectionOverlayStrings, int, boolean) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
DetectionOverlayView(DetectionOverlayStrings, int) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
DetectionStatus - Class in com.microblink.blinkinput.view.recognition
Indicates a detection status for detection result
Detector - Class in com.microblink.blinkinput.entities.detectors
Base class for all detectors which are used for object detection.
Detector(long, R) - Constructor for class com.microblink.blinkinput.entities.detectors.Detector
 
Detector(long, R, Parcel) - Constructor for class com.microblink.blinkinput.entities.detectors.Detector
 
Detector.Result - Class in com.microblink.blinkinput.entities.detectors
 
Detector.Result.DetectionCode - Class in com.microblink.blinkinput.entities.detectors
 
DetectorRecognizer - Class in com.microblink.blinkinput.entities.recognizers.detector
Templating API recognizer for scanning generic documents by using custom QuadWithSizeDetector.
DetectorRecognizer(QuadWithSizeDetector) - Constructor for class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
DetectorRecognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.detector
 
DEVICE_BLACKLISTED - Static variable in class com.microblink.blinkinput.util.RecognizerCompatibilityStatus
Device is on blacklist and PhotoPay is not supported on that device.
DEWARPED - Static variable in class com.microblink.blinkinput.image.ImageType
This is the dewarped image that is obtained after performing perspective correction of the detected item.
DewarpPolicy - Class in com.microblink.blinkinput.entities.recognizers.templating
Base class for all dewarp policies.
DewarpPolicy() - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.DewarpPolicy
 
DIP_PER_INCH - Static variable in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
 
DirectApiErrorListener - Interface in com.microblink.blinkinput.directApi
 
dispatchTouchEvent(MotionEvent) - Method in class com.microblink.blinkinput.view.BaseCameraView
 
dispatchTouchEvent(MotionEvent) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
DisplayableDetection - Class in com.microblink.blinkinput.metadata.detection
Represents a detection that can be displayed on screen.
DisplayableDetection(int, float[]) - Constructor for class com.microblink.blinkinput.metadata.detection.DisplayableDetection
 
DisplayableObject - Class in com.microblink.blinkinput.metadata
Represents any object that can be displayed on screen in terms of drawing.
DisplayableObject(float[]) - Constructor for class com.microblink.blinkinput.metadata.DisplayableObject
 
DisplayableOcrResult - Class in com.microblink.blinkinput.metadata.ocr
Represents an OCR result that can be drawn on screen.
DisplayableOcrResult(OcrResult, String, float[]) - Constructor for class com.microblink.blinkinput.metadata.ocr.DisplayableOcrResult
 
DisplayablePointsDetection - Class in com.microblink.blinkinput.metadata.detection.points
Represents points of detection that can be displayed on screen.
DisplayablePointsDetection(int, float[], float[], int) - Constructor for class com.microblink.blinkinput.metadata.detection.points.DisplayablePointsDetection
Constructor for displayable points detection.
DisplayableQuadDetection - Class in com.microblink.blinkinput.metadata.detection.quad
Represents a quad-like detection that can be displayed on screen.
DisplayableQuadDetection(int, float[], float[]) - Constructor for class com.microblink.blinkinput.metadata.detection.quad.DisplayableQuadDetection
Constructor for displayable quad detection.
dispose() - Method in interface com.microblink.blinkinput.image.highres.HighResImageWrapper
Disposes wrapped image.
dispose() - Method in class com.microblink.blinkinput.image.Image
Disposes native object containing image pixels.
dispose() - Method in class com.microblink.blinkinput.results.ocr.CharWithVariants
 
dispose() - Method in class com.microblink.blinkinput.results.ocr.OcrResult
Disposes the object.
distance(Point) - Method in class com.microblink.blinkinput.geometry.Point
Calculates and returns the distance to given point.
DOCUMENT_SPECIFICATION_PRESET_A4_LANDSCAPE - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
Uses detection settings for detection of A4 documents in landscape orientation (for example printed presentation slides)
DOCUMENT_SPECIFICATION_PRESET_A4_PORTRAIT - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
Uses detection settings for detection of A4 documents in portrait orientation (for example invoices)
DOCUMENT_SPECIFICATION_PRESET_CHEQUE - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
Uses detections settings for detecting cheques
DOCUMENT_SPECIFICATION_PRESET_ID1_CARD - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
Uses detection settings for detecting ID1 card format as explained here.
DOCUMENT_SPECIFICATION_PRESET_ID1_VERTICAL_CARD - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
Uses detection settings for detecting ID1 card format in vertical orientation as explained here.
DOCUMENT_SPECIFICATION_PRESET_ID2_CARD - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
Uses detection settings for detecting ID1 card format as explained here.
DOCUMENT_SPECIFICATION_PRESET_ID2_VERTICAL_CARD - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
Uses detection settings for detecting ID2 card format in vertical orientation as explained here.
DOCUMENT_TOO_CLOSE_TO_EDGE - Static variable in class com.microblink.blinkinput.view.recognition.DetectionStatus
Document detected, but document is too close to the edge of the frame
DocumentCaptureAction - Class in com.microblink.blinkinput.fragment.overlay.documentcapture
 
DocumentCaptureActivity - Class in com.microblink.blinkinput.activity
 
DocumentCaptureActivity() - Constructor for class com.microblink.blinkinput.activity.DocumentCaptureActivity
 
DocumentCaptureContract - Interface in com.microblink.blinkinput.fragment.overlay.documentcapture
 
DocumentCaptureContract.OverlayController - Interface in com.microblink.blinkinput.fragment.overlay.documentcapture
 
DocumentCaptureContract.OverlayView - Interface in com.microblink.blinkinput.fragment.overlay.documentcapture
 
DocumentCaptureContract.UiUpdateListener - Interface in com.microblink.blinkinput.fragment.overlay.documentcapture
 
DocumentCaptureOverlayController - Class in com.microblink.blinkinput.fragment.overlay.documentcapture
 
DocumentCaptureOverlayController(DocumentCaptureOverlaySettings, ScanResultListener, DocumentCaptureContract.OverlayView) - Constructor for class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
Pass in your own implementation of DocumentCaptureContract.OverlayView to customise UI, or use our overlay view DetectionOverlayView.
DocumentCaptureOverlaySettings - Class in com.microblink.blinkinput.fragment.overlay.documentcapture
Collection of configuration settings for DocumentCaptureOverlayController.
DocumentCaptureOverlaySettings.Builder - Class in com.microblink.blinkinput.fragment.overlay.documentcapture
Builds settings to be used with DocumentCaptureOverlaySettings
DocumentCaptureRecognizer - Class in com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture
A generic document capture recognizer.
DocumentCaptureRecognizer() - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
DocumentCaptureRecognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture
 
DocumentCaptureRecognizerTransferable - Class in com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture
 
DocumentCaptureRecognizerTransferable(DocumentCaptureRecognizer) - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
DocumentCaptureUISettings - Class in com.microblink.blinkinput.uisettings
 
DocumentCaptureUISettings(DocumentCaptureRecognizerTransferable) - Constructor for class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
DocumentCaptureUISettings(Intent) - Constructor for class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
DocumentDetector - Class in com.microblink.blinkinput.entities.detectors.quad.document
Detector that can perform detection of card documents, cheques, papers, etc.
DocumentDetector(DocumentSpecification[]) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
Constructs detector that can perform detection of card documents, cheques, papers, etc.
DocumentDetector.Result - Class in com.microblink.blinkinput.entities.detectors.quad.document
 
DocumentSpecification - Class in com.microblink.blinkinput.entities.detectors.quad.document
Class representing specification of document that can be detected with DocumentDetector.
DocumentSpecification(double, float) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Constructor, defines aspect ratio of document that needs to be detected.
DocumentSpecificationPreset - Class in com.microblink.blinkinput.entities.detectors.quad.document
 
DPIBasedDewarpPolicy - Class in com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies
DPI based dewarp policy.
DPIBasedDewarpPolicy() - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.DPIBasedDewarpPolicy
 
DPIBasedDewarpPolicy(int) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.DPIBasedDewarpPolicy
 
DpiOptionsUtils - Class in com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.dpi
 
DpiOptionsUtils() - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.dpi.DpiOptionsUtils
 
draw(Canvas) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.view.SuccessFlashView
 
draw(Canvas, Paint, int) - Method in class com.microblink.blinkinput.geometry.Point
Draws the point to given canvas with given paint.

E

EAN13 - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
EAN 13 barcode was scanned
EAN8 - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
EAN 8 barcode was scanned
EmailParser - Class in com.microblink.blinkinput.entities.parsers.email
Parser that can parse e-mail addresses from OCR result.
EmailParser() - Constructor for class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
EmailParser.Result - Class in com.microblink.blinkinput.entities.parsers.email
 
Empty - Static variable in class com.microblink.blinkinput.entities.parsers.Parser.Result.State
 
Empty - Static variable in class com.microblink.blinkinput.entities.processors.Processor.Result.State
 
Empty - Static variable in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result.State
No information was extracted.
EMPTY - Static variable in interface com.microblink.blinkinput.fragment.overlay.components.feedback.RecognitionFeedbackHandler
 
EMPTY - Static variable in interface com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator
 
EMPTY - Static variable in interface com.microblink.blinkinput.hardware.accelerometer.ShakeCallback
 
enableHighResSuccessFrameCapture(boolean) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
enableHighResSuccessFrameCapture(boolean) - Method in interface com.microblink.blinkinput.uisettings.options.HighResSuccessFrameCaptureUIOptions
Sets whether to enable capturing high res frames on recognition success.
EncodedFullDocumentImageResult - Interface in com.microblink.blinkinput.entities.recognizers.blinkid.imageresult
 
EncodeFullDocumentImagesOptions - Interface in com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.encode
 
Entity - Class in com.microblink.blinkinput.entities
Represents an entity that can be process a step during recognition.
Entity(long, T) - Constructor for class com.microblink.blinkinput.entities.Entity
 
Entity(long, T, Parcel) - Constructor for class com.microblink.blinkinput.entities.Entity
 
Entity.Result - Class in com.microblink.blinkinput.entities
 
equals(Object) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCRCharKey
 
equals(Object) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
equals(Object) - Method in class com.microblink.blinkinput.geometry.Point
 
errorDialog - Variable in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
ErrorDialogFactory - Class in com.microblink.blinkinput.fragment.overlay.components
 
ErrorDialogFactory() - Constructor for class com.microblink.blinkinput.fragment.overlay.components.ErrorDialogFactory
 
EXTRA_SCAN_EXCEPTION - Static variable in class com.microblink.blinkinput.uisettings.ActivityRunner
Key for exception stored in intent when returning result with RESULT_CANCELED code.

F

Factory() - Constructor for class com.microblink.blinkinput.image.highres.HighResImageWrapper.Factory
 
FAIL - Static variable in class com.microblink.blinkinput.entities.detectors.Detector.Result.DetectionCode
Indicates detection has failed, i.e.
FAIL - Static variable in class com.microblink.blinkinput.view.recognition.DetectionStatus
Detection failed, nothing detected
FailedDetectionCallback - Interface in com.microblink.blinkinput.metadata.detection
Callback that will be invoked when all detections in Recognizer chain have failed.
FALLBACK - Static variable in class com.microblink.blinkinput.entities.detectors.Detector.Result.DetectionCode
Indicates object detection has succeeded, but in fallback mode.
FALLBACK_SUCCESS - Static variable in class com.microblink.blinkinput.view.recognition.DetectionStatus
Object successfully detected in fallback mode
FieldByFieldBundle - Class in com.microblink.blinkinput.entities.parsers.config.fieldbyfield
Represents a bundle of FieldByFieldElement objects that can travel via Intent.
FieldByFieldBundle(FieldByFieldElement[]) - Constructor for class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
 
FieldByFieldElement - Class in com.microblink.blinkinput.entities.parsers.config.fieldbyfield
Configuration for single scan field used in FieldByFieldOverlayController and FieldByFieldScanActivity.
FieldByFieldElement(int, int, Parser) - Constructor for class com.microblink.blinkinput.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.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Constructor which takes normal strings for text that appears in UI.
FieldByFieldOverlayController - Class in com.microblink.blinkinput.fragment.overlay.fieldbyfield
 
FieldByFieldOverlayController(FieldByFieldOverlaySettings, ScanResultListener) - Constructor for class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
FieldByFieldOverlaySettings - Class in com.microblink.blinkinput.fragment.overlay.fieldbyfield
Collection of configuration settings for FieldByFieldOverlayController.
FieldByFieldOverlaySettings.Builder - Class in com.microblink.blinkinput.fragment.overlay.fieldbyfield
Builds settings to be used with FieldByFieldOverlayController
FieldByFieldScanActivity - Class in com.microblink.blinkinput.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.blinkinput.activity.FieldByFieldScanActivity
 
FieldByFieldUISettings - Class in com.microblink.blinkinput.uisettings
Scan settings for FieldByFieldScanActivity.
FieldByFieldUISettings(FieldByFieldBundle) - Constructor for class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
FieldByFieldUISettings(Intent) - Constructor for class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
filterOutRecognizersThatRequireAutofocus(Recognizer[]) - Static method in class com.microblink.blinkinput.entities.recognizers.RecognizerUtils
 
finalize() - Method in class com.microblink.blinkinput.entities.detectors.quad.Specification
 
finalize() - Method in class com.microblink.blinkinput.entities.Entity
 
finalize() - Method in class com.microblink.blinkinput.entities.Entity.Result
 
finalize() - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
finalize() - Method in class com.microblink.blinkinput.entities.recognizers.templating.ProcessorGroup
 
finalize() - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
 
finalize() - Method in class com.microblink.blinkinput.image.Image
 
finalize() - Method in class com.microblink.blinkinput.results.ocr.OcrResult
 
finalizePoolObject() - Method in class com.microblink.blinkinput.image.ImageFrame
Finalization method.
FixedDewarpPolicy - Class in com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies
Fixed dewarp policy.
FixedDewarpPolicy() - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.FixedDewarpPolicy
 
FixedDewarpPolicy(int) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.FixedDewarpPolicy
 
focusCamera() - Method in class com.microblink.blinkinput.view.BaseCameraView
Request a new autofocus cycle from camera.
forceLegacyApi - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings
 
forceLegacyApi - Variable in class com.microblink.blinkinput.uisettings.CameraSettings
 
FrameCallback - Interface in com.microblink.blinkinput.entities.recognizers.framegrabber
Callback that will be invoked from FrameGrabberRecognizer when it receives new frame for processing.
FrameGrabberRecognizer - Class in com.microblink.blinkinput.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.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
 
FrameGrabberRecognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.framegrabber
 
fromActivityInfoCode(int) - Static method in class com.microblink.blinkinput.hardware.orientation.Orientation
 
fromDetectionStatus(DetectionStatus) - Static method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
fromInt(int) - Static method in class com.microblink.blinkinput.hardware.orientation.Orientation
 
fromNativeDetectionStatus(int) - Static method in class com.microblink.blinkinput.view.recognition.DetectionStatus
converts bitmask-based detection status to enum
fromNativeRecognitionState(int) - Static method in class com.microblink.blinkinput.recognition.RecognitionSuccessType
 
fromRecognitionSuccessType(RecognitionSuccessType) - Static method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
fromStatus(int) - Static method in class com.microblink.blinkinput.licence.LicenceUnlockInfo.Issue
 
FullDocumentImageDpiOptions - Interface in com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.dpi
Options for configuring the DPI (Dots Per Inch) for full document image in cases when it should be returned.
FullDocumentImageExtensionOptions - Interface in com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension
Options for configuring the full document image extension.
FullDocumentImageOptions - Interface in com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions
 
FullDocumentImageResult - Interface in com.microblink.blinkinput.entities.recognizers.blinkid.imageresult
 

G

generateDefaultLayoutParams() - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
generateLayoutParams(AttributeSet) - Method in class com.microblink.blinkinput.view.CameraViewGroup
 
get(int) - Method in class com.microblink.blinkinput.fragment.overlay.OverlayStringsBuilder
 
get(Key) - Method in class com.microblink.blinkinput.fragment.overlay.OverlayStringsBuilder
 
getActivityTheme() - Method in class com.microblink.blinkinput.uisettings.UISettings
 
getAmount() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser.Result
Returns parsed amount.
getApplicationContext() - Static method in class com.microblink.blinkinput.MicroblinkSDK
 
getAskPermissionOverlay() - Method in class com.microblink.blinkinput.util.CameraPermissionManager
Returns the layout that should be displayed when camera permission is not given.
getAspectMode() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the aspect mode of camera preview.
getAspectRatio() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector.Result
Returns the aspect ratio of detected document.
getAspectRatio() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Returns the aspect ratio of document that will be detected.
getBarcodeType() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
The format of the scanned barcode.
getBarcodeType() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
The format of the scanned barcode.
getBeepSoundResourceId() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
getBeepSoundResourceId() - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
getBeepSoundResourceId() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
getBeepSoundResourceId() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings
 
getBeepSoundResourceId() - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
getBlocks() - Method in class com.microblink.blinkinput.results.ocr.OcrResult
 
getBuffer() - Method in class com.microblink.blinkinput.image.Image
Returns the native buffer that contains image pixels.
getCameraEventsListener() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the current camera events listener.
getCameraFactorySettings() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
getCameraPreviewHeight() - Method in class com.microblink.blinkinput.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.blinkinput.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.blinkinput.view.BaseCameraView
 
getCameraSettings() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings
 
getCameraViewState() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the current lifecycle state of camera view.
getCapturedFullImage() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
getChar() - Method in class com.microblink.blinkinput.results.ocr.CharWithVariants
Returns the OcrChar which contains information about the char.
getChars() - Method in class com.microblink.blinkinput.results.ocr.OcrLine
 
getClassID(long) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer.Result
 
getClassID(long) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer.Result
 
getClassificationProcessorGroups() - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
Returns the currently set array of classification processor groups.
getColor(int) - Method in class com.microblink.blinkinput.fragment.overlay.OverlayResources
 
getColor() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
 
getConcreteCreator() - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
 
getConcreteCreator() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
getConcreteCreator() - Method in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
getConcreteCreator() - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
getConfigurationOrientation() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
getContentLayout() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
Returns the FrameLayout that represents the content layout of this fragment.
getContext() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
getCountryCodeWhitelist() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
Set of allowed country codes.
getCurrentOrientation() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
getCurrentState() - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Returns the current state of the recognizer.
getDate() - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser.Result
Extracted date.
getDate() - Method in class com.microblink.blinkinput.results.date.DateResult
Date getter, if Date representation of date result exists returns it, otherwise returns null.
getDateFormats() - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser
Returns current date formats.
getDateSeparatorChars() - Method in class com.microblink.blinkinput.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.blinkinput.results.date.Date
Returns day of the month, or 0 if date is partial and day is not known.
getDebugImageCallback() - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked when recognition process wishes to display a debug image.
getDebugImageListener() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings
 
getDebugTextCallback() - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked when debug text information gets available.
getDefaultROI() - Static method in class com.microblink.blinkinput.geometry.Rectangle
Returns the default rectangle that defines the whole image or view
getDescription() - Method in class com.microblink.blinkinput.view.NotSupportedReason
 
getDetectionCode() - Method in class com.microblink.blinkinput.entities.detectors.Detector.Result
Returns the detection code that indicates the type of the detection.
getDetectionLocation() - Method in class com.microblink.blinkinput.entities.detectors.quad.QuadDetector.Result
Returns the location of detected quadrilateral in coordinate system of image in which detection was performed.
getDetectionLocation() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
Returns the location of captured document in coordinate system of image in which detection was performed.
getDetectionMode() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Returns the detection mode that defines in which orientations can this document be detected.
getDetectionStatus() - Method in class com.microblink.blinkinput.entities.detectors.Detector.Result
Returns the status of the detection.
getDetectionStatus() - Method in class com.microblink.blinkinput.metadata.detection.DisplayableDetection
Returns the detection status of the displayable detection.
getDetector() - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
Returns the detector that will be used for performing the document detection during recognition
getDewarpHeight() - Method in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.FixedDewarpPolicy
Returns the desired dewarp height (in pixels) as specified by this policy.
getDimension(int) - Method in class com.microblink.blinkinput.fragment.overlay.OverlayResources
 
getDisplayLocation() - Method in class com.microblink.blinkinput.metadata.detection.quad.DisplayableQuadDetection
Returns the display location in coordinate system of image on which detection was performed.
getDocumentCaptureRecognizer() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
Returns wrapped document capture recognizer.
getDocumentCaptureRecognizerTransferable() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings
 
getDocumentCaptureRecognizerTransferable() - Method in class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
getDocumentSpecifications() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
 
getDocumentType() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns the current OCR document type.
getDownFactor() - Method in class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.ImageExtensionFactors
Returns currently used image extension factor relative to full image height in DOWN direction.
getDPI() - Method in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.DPIBasedDewarpPolicy
Returns the desired DPI as defined by this policy.
getDrawable(int) - Method in class com.microblink.blinkinput.fragment.overlay.OverlayResources
 
getElements() - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
Returns the array of field by field scan elements associated with this bundle.
getEmail() - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser.Result
Returns parsed e-mail address.
getEncodedFullDocumentImage() - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageresult.EncodedFullDocumentImageResult
 
getEncodedFullDocumentImage() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
getEncodedImage() - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
JPEG-encoded image or null, depending on whether image encoding was enabled.
getEntity() - Method in class com.microblink.blinkinput.entities.util.IntentTransferableEntity
 
getFailedDetectionCallback() - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked when all detections in Recognizer See FailedDetectionCallback for more information.
getFieldByFieldBundle() - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
Returns the FieldByFieldBundle containing scan elements with parsers that will be used for processing.
getFilterTouchesWhenObscured() - Method in class com.microblink.blinkinput.uisettings.UISettings
 
getFont() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCRCharKey
 
getFont() - Method in class com.microblink.blinkinput.results.ocr.OcrChar
Returns the font of the character
getFormat() - Method in class com.microblink.blinkinput.image.ImageFrame
 
getFrameCallback() - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
The FrameCallback that will receive frames.
getFrameID() - Method in class com.microblink.blinkinput.image.ImageFrame
Returns the unique frame identifier
getFrameQuality() - Method in class com.microblink.blinkinput.image.ImageFrame
Returns the quality of the current frame.
getFrameQualityEstimationMode() - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
getFullDocumentImage() - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageresult.FullDocumentImageResult
 
getFullDocumentImage() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
getFullDocumentImageDpi() - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.dpi.FullDocumentImageDpiOptions
Returns the DPI (Dots Per Inch) for full document image that should be returned.
getFullDocumentImageExtensionFactors() - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.FullDocumentImageExtensionOptions
Returns the extension factors for full document image.
getFullDocumentImageExtensionFactors() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
Returns the extension factors for full document image.
getGlareCallback() - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked when glare detection has completed.
getHardwareInfo() - Static method in class com.microblink.blinkinput.hardware.HardwareInfo
Returns the JSON containing all the information about the hardware the code is being executed on.
getHeight() - Method in class com.microblink.blinkinput.geometry.Rectangle
 
getHeight() - Method in class com.microblink.blinkinput.image.Image
Returns the height of the image (corrected for the current orientation).
getHeight() - Method in class com.microblink.blinkinput.image.ImageFrame
returns the height of the frame
getHeight() - Method in class com.microblink.blinkinput.results.ocr.OcrChar
Returns the height of the char, in pixels.
getHighResFrameLimit() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the current high res frame limit
getHighResImagesBundle() - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
getHostActivity() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
getHostScreenOrientation() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the host's screen orientation as detected internally.
getIban() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser.Result
Returns parsed IBAN (International Bank Account Number).
getIdealHeight() - Method in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
 
getImage() - Method in interface com.microblink.blinkinput.image.highres.HighResImageWrapper
Returns wrapped image.
getImageFormat() - Method in class com.microblink.blinkinput.image.Image
Returns the format of the image.
getImageName() - Method in class com.microblink.blinkinput.image.Image
Deprecated.
Do not rely on this information anymore. New API images will be nameless.
getImageOrientation() - Method in class com.microblink.blinkinput.image.Image
Returns the orientation of the image.
getImages() - Method in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
getImageType() - Method in class com.microblink.blinkinput.image.Image
Returns the type of the image.
getInitialOrientation() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the initial orientation of rotatable view as set by setInitialOrientation.
getIntentDataTransferMode() - Static method in class com.microblink.blinkinput.MicroblinkSDK
Returns current intent data transfer mode.
getKey() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCRCharKey
 
getLandscapeScale() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Returns the scale and tolerance that will be used when detecting document in landscape orientation.
getLeftFactor() - Method in class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.ImageExtensionFactors
Returns currently used image extension factor relative to full image width in LEFT direction.
getLicensePlate() - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser.Result
Returns parsed license plate string.
getLines() - Method in class com.microblink.blinkinput.results.ocr.OcrBlock
 
getLowerLeft() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
Returns the point nearest to (0, height) coordinate
getLowerRight() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
Returns the point nearest to (width, height) coordinate
getMaxAllowedDewarpHeight() - Method in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.NoUpScalingDewarpPolicy
Returns the max allowed dewarp height as specified by this policy.
getMaxAngle() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Retrieves maximum angle for document detection
getMaximumAllowedCharRecognitionVariants() - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.AbstractOCREngineOptions
Returns the maximum number of chars expected in the image.
getMaximumLineHeight() - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns the maximum height of the line of text given in pixels.
getMessage(StatusMessageTranslator.Event) - Method in interface com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator
 
getMinDocumentScale() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
Defines minimum document scale calculated as ratio of minimal document dimension and minimal dimension of the input image.
getMinimumCharHeight() - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns the minimum height of char that can be classified.
getMinimumLineHeight() - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns the minimum height of the line of text given in pixels.
getMonth() - Method in class com.microblink.blinkinput.results.date.Date
Returns month of the year, or 0 if date is partial and month is not known.
getMRZLocation() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
Returns the location of Machine Readable Zone in coordinate system of image in which detection was performed.
getMrzPhysicalHeightInInches() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
Returns the physical height in inches of Machine Readable Zone.
getName() - Method in class com.microblink.blinkinput.entities.recognizers.Recognizer
Returns unique name of this recognizer type.
getNativeCameraFrame() - Method in class com.microblink.blinkinput.image.ImageFrame
Accessed from native code to obtain pointer to implementation of native camera frame
getNativeContext() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecification
 
getNativeContext() - Method in class com.microblink.blinkinput.entities.Entity
 
getNativeContext() - Method in class com.microblink.blinkinput.entities.Entity.Result
 
getNativeContext() - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
getNativeLibraryVersionString() - Static method in class com.microblink.blinkinput.MicroblinkSDK
Methods returns the version string of native library, if it has been loaded.
getNativeResult() - Method in class com.microblink.blinkinput.results.date.DateResult
 
getNativeResult() - Method in interface com.microblink.blinkinput.results.Result
Returns the native java object containing the result.
getNonClassificationProcessorGroups() - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
Returns the currently set array of non-classification processor groups.
getNumMsBeforeTimeout() - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Returns the duration in milliseconds that needs to pass since scanning has begun in order to define timeout.
getNumStableDetectionsThreshold() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
Retrieves the minimum number of stable detections required for detection to be successful
getNumStableDetectionsThreshold() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
Minimum number of stable detections required for detection to be successful.
getOcrCallback() - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked with displayable OCR result obtained during recognition process.
getOcrEngineOptions() - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
Returns the OCR engine options used in Regex OCR parser.
getOcrEngineOptions() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
Returns the OCR engine options used in Regex OCR parser.
getOCRModel() - Method in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
Returns the current Deep OCR model.
getOcrResult() - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor.Result
Returns the raw OCR result that was used for parsing data.
getOcrResult() - Method in class com.microblink.blinkinput.metadata.ocr.DisplayableOcrResult
Returns the OCR result to be displayed
getOpenedCameraType() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the type of the currently opened camera or null if currently there is no opened camera.
getOrientation() - Method in class com.microblink.blinkinput.image.ImageFrame
Returns the orientation of the current frame.
getOriginalDateString() - Method in class com.microblink.blinkinput.results.date.DateResult
Returns original string representation of the date which has been extracted from the OCR result.
getOwningRecognizer() - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
Returns the TemplatingRecognizer which contains this TemplatingClass or null if this TemplatingClass is not contained withing any TemplatingRecognizer.
getParsedString() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser.Result
Returns string containing parsed OCR result according to given regular expression.
getParser() - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Returns parser that is used for this scan element.
getParser(TemplatingClass) - Method in class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ParserParcelization
Returns the Parser within given TemplatingClass represented by this ParserParcelization.
getParsers() - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
Returns array of parsers in the parser group.
getPhysicalHeightInInches() - Method in class com.microblink.blinkinput.entities.detectors.quad.QuadWithSizeDetector.Result
Returns the physical height of the detected quadrilateral in inches.
getPhysicalHeightInInches() - Method in class com.microblink.blinkinput.entities.detectors.quad.Specification
Returns physical height in inches of the detection location defined by this specification.
getPixelStride() - Method in class com.microblink.blinkinput.image.Image
Returns the pixel stride for image buffer.
getPointsDetectionCallback() - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
A callback that will be invoked when DisplayablePointsDetection gets available.
getPointSet() - Method in class com.microblink.blinkinput.metadata.detection.points.DisplayablePointsDetection
Returns set of points of interest that represent the detection.
getPointsType() - Method in class com.microblink.blinkinput.metadata.detection.points.DisplayablePointsDetection
Returns the type of points represented by this detection object.
getPortraitScale() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Returns the scale and tolerance that will be used when detecting document in portrait orientation.
getPosition() - Method in class com.microblink.blinkinput.results.ocr.OcrBlock
 
getPosition() - Method in class com.microblink.blinkinput.results.ocr.OcrChar
Returns the position of char in image
getPosition() - Method in class com.microblink.blinkinput.results.ocr.OcrLine
 
getPriority() - Method in class com.microblink.blinkinput.entities.parsers.Parser
 
getProcessor(TemplatingClass) - Method in class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ProcessorParcelization
Returns the Processor within given TemplatingClass represented by this ProcessorParcelization.
getProcessors() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
Returns array of processors used by this recognizer.
getProcessors() - Method in class com.microblink.blinkinput.entities.recognizers.templating.ProcessorGroup
 
getQuadDetectionCallback() - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
A callback that will be invoked when DisplayableQuadDetection gets available.
getQuality() - Method in class com.microblink.blinkinput.results.ocr.OcrChar
Returns the recognition quality of the char.
getRawData() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
The raw bytes contained inside barcode.
getRawData() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
The raw bytes contained inside barcode.
getRawHeight() - Method in class com.microblink.blinkinput.image.Image
Returns the raw height of the image (uncorrected for the orientation)
getRawImage() - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
Returns the raw image saved by the processor.
getRawROI() - Method in class com.microblink.blinkinput.image.Image
Returns the region of interest in image in raw form (not corrected for orientation).
getRawText() - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser.Result
String version of raw OCR result.
getRawWidth() - Method in class com.microblink.blinkinput.image.Image
Returns the raw width of the image (uncorrected for the orientation)
getRecognitionDebugMode() - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Returns the current recognition mode.
getRecognitionVariants() - Method in class com.microblink.blinkinput.results.ocr.CharWithVariants
Returns the recognition variants of this char or null if there are no variants.
getRecognizerBundle() - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
Returns the RecognizerBundle containing recognizers that will be used for processing.
getRecognizerBundle() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Returns the currently active recognizer bundle.
getRecognizerCompatibilityStatus(Context) - Static method in class com.microblink.blinkinput.util.RecognizerCompatibility
 
getRecognizerRunnerView() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
Returns the RecognizerRunnerView managed by this fragment.
getRecognizers() - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Returns the array of recognizers associated with this bundle.
getRegex() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
Returns the currently set regular expression.
getResult() - Method in class com.microblink.blinkinput.entities.Entity
Returns the last result of the entity.
getResultName() - Method in class com.microblink.blinkinput.metadata.ocr.DisplayableOcrResult
Returns the name of displayable OCR result
getResultState() - Method in class com.microblink.blinkinput.entities.parsers.Parser.Result
Returns the state of the parser result.
getResultState() - Method in class com.microblink.blinkinput.entities.processors.Processor.Result
Returns the state of the processor.
getResultState() - Method in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result
Returns the state of the recognizer.
getRightFactor() - Method in class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.ImageExtensionFactors
Returns currently used image extension factor relative to full image width in RIGHT direction.
getROI() - Method in class com.microblink.blinkinput.image.Image
Returns the region of interest in image corrected for current orientation of image.
getRotationAnimationDuration() - Method in class com.microblink.blinkinput.view.CameraViewGroup
Returns the duration of rotatable view's rotation animation in miliseconds.
getRowStride() - Method in class com.microblink.blinkinput.image.Image
Returns the row stride for image buffer.
getScanningOverlay() - Method in interface com.microblink.blinkinput.fragment.RecognizerRunnerFragment.ScanningOverlayBinder
Returns the scanning overlay that will receive events from RecognizerRunnerFragment.
getScanningRegion() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Returns the current scanning region or null if entire image is scanned.
getScanRegionRelativeHeight() - Method in class com.microblink.blinkinput.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.blinkinput.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.blinkinput.view.recognition.RecognizerRunnerView
Returns the listener that will obtain the results of the scanning.
getShownScanRegionRelativeHeight() - Method in class com.microblink.blinkinput.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.blinkinput.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.
getSimNumber() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer.Result
Recognized SIM number from barcode or empty string if recognition failed.
getSingletonInstance() - Static method in class com.microblink.blinkinput.directApi.RecognizerRunner
Returns the recognizer singleton.
getSlaveRecognizer() - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
getSlaveResult() - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
Returns the result of given recognizer.
getSortedQuad() - Method in class com.microblink.blinkinput.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.
getSpecifications() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
Returns the array of MrtdSpecification objects that will define which MRTD documents should be detectable.
getSpinnerStartAngle() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
getSpinnerSweepAngle() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
getSplashScreenLayoutId() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
getSplashScreenLayoutId() - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
getSplashScreenLayoutId() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
getSplashScreenLayoutId() - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
getSplashScreenLayoutResourceId() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings
 
getSplashScreenResourceId() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
Returns the currently set resource layout identifier for camera splash screen or 0 if splash screen is disabled.
getStringData() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
String representation of data inside barcode.
getStringData() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
String representation of data inside barcode.
getStringResult() - Method in class com.microblink.blinkinput.results.date.DateResult
 
getStringResult() - Method in interface com.microblink.blinkinput.results.Result
Returns the string version of the result.
getStyle(int) - Method in class com.microblink.blinkinput.fragment.overlay.OverlayResources
 
getStyleable() - Method in class com.microblink.blinkinput.fragment.overlay.OverlayResources
 
getSuccessFrame() - Method in class com.microblink.blinkinput.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.blinkinput.uisettings.BarcodeUISettings
 
getTargetActivity() - Method in class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
getTargetActivity() - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
getTargetActivity() - Method in class com.microblink.blinkinput.uisettings.UISettings
Returns target activity.
getTemplatingClass() - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer.Result
Returns the TemplatingClass for recognized document.
getText(Context) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Returns the text that will be displayed when parser is active.
getTextResource() - Method in class com.microblink.blinkinput.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.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings.Builder
 
getThis() - Method in class com.microblink.blinkinput.fragment.overlay.OverlayStringsBuilder
 
getTitle(Context) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Returns title that will be displayed.
getTitleResource() - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Returns the resource ID representing title that will be displayed or 0 if resource ID is not available.
getTopUp() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser.Result
Returns parsed TopUp code.
getTransformedDisplayLocation() - Method in class com.microblink.blinkinput.metadata.detection.quad.DisplayableQuadDetection
Returns the display location in normalized coordinate system of visible camera frame.
getTransformedPointSet() - Method in class com.microblink.blinkinput.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.blinkinput.metadata.DisplayableObject
Returns the transformation matrix that can map coordinates from original coordinate system in which object was created into view's coordinate system.
getUniqueIdIntentExtraKey() - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
 
getUniqueIdIntentExtraKey() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
getUniqueIdIntentExtraKey() - Method in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
getUniqueIdIntentExtraKey() - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
getUpFactor() - Method in class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.ImageExtensionFactors
Returns currently used image extension factor relative to full image height in UP direction.
getUpperLeft() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
Returns the point nearest to (0, 0) coordinate.
getUpperRight() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
Returns the point nearest to (width, 0) coordinate
getUsingFlagSecure() - Method in class com.microblink.blinkinput.uisettings.UISettings
 
getValue() - Method in class com.microblink.blinkinput.results.ocr.OcrChar
Returns the value of the char.
getView() - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultCharsView
 
getView() - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
 
getView() - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
 
getView() - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
getVin() - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser.Result
Returns parsed VIN (Vehicle Identification Number).
getVisiblePart() - Method in class com.microblink.blinkinput.image.ImageFrame
returns the region that defines the visible part of frame
getVisiblePart() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the rectangle that which part of camera frame is visible in view
getWidth() - Method in class com.microblink.blinkinput.geometry.Rectangle
 
getWidth() - Method in class com.microblink.blinkinput.image.Image
Returns the width of the image (corrected for the current orientation).
getWidth() - Method in class com.microblink.blinkinput.image.ImageFrame
returns the width of the frame
getX() - Method in class com.microblink.blinkinput.geometry.Point
 
getX() - Method in class com.microblink.blinkinput.geometry.Rectangle
 
getXRange() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Gets the percentage of possible document offset on x axis.
getY() - Method in class com.microblink.blinkinput.geometry.Point
 
getY() - Method in class com.microblink.blinkinput.geometry.Rectangle
 
getYear() - Method in class com.microblink.blinkinput.results.date.Date
Returns full year.
getYRange() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Gets the percentage of possible document offset on y axis.
getZoomLevel() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns the current camera zoom level.
GlareCallback - Interface in com.microblink.blinkinput.metadata.glare
Callback that will be invoked when glare detection has completed.
GlareDetectorOptions - Interface in com.microblink.blinkinput.entities.settings
Interface that should be implemented by settings for all recognizers that use glare detector.

H

handler - Variable in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
HardwareInfo - Class in com.microblink.blinkinput.hardware
 
HardwareInfo() - Constructor for class com.microblink.blinkinput.hardware.HardwareInfo
 
hasCameraPermission() - Method in class com.microblink.blinkinput.util.CameraPermissionManager
Returns true if camera permission is available.
hashCode() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCRCharKey
 
helpButtonId - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.ControlsLayoutConfig
 
HelpIntentUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
hideSnackbar() - Method in class com.microblink.blinkinput.fragment.overlay.components.snackbar.SnackbarManager
 
HighResImagesBundle - Class in com.microblink.blinkinput.entities.recognizers
 
HighResImagesBundle() - Constructor for class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
HighResImagesBundle(Intent) - Constructor for class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
HighResImageWrapper - Interface in com.microblink.blinkinput.image.highres
Wrapper around Image used for high resolution images.
HighResImageWrapper.Factory - Class in com.microblink.blinkinput.image.highres
 
HighResSuccessFrameCaptureUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
HOLD_STEADY - Static variable in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureAction
 

I

IbanParser - Class in com.microblink.blinkinput.entities.parsers.iban
A parser that can extract IBAN (International Bank Account Number) from OCR result.
IbanParser() - Constructor for class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
IbanParser.Result - Class in com.microblink.blinkinput.entities.parsers.iban
 
IDisplayablePointsView - Interface in com.microblink.blinkinput.view.viewfinder.points
Interface for views that can draw displayable points on the camera overlay.
Image - Class in com.microblink.blinkinput.image
Represents a image that is being processed.
Image(Parcel) - Constructor for class com.microblink.blinkinput.image.Image
 
ImageBuilder - Class in com.microblink.blinkinput.image
Utility class that can build Image object from various sources.
ImageBuilder() - Constructor for class com.microblink.blinkinput.image.ImageBuilder
 
ImageExtensionFactors - Class in com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension
Extension factors relative to corresponding dimension of the full image.
ImageExtensionFactors(float, float, float, float) - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.ImageExtensionFactors
Constructor which accepts image extension factors which must be in range [0.0f, 1.0f].
ImageFormat - Class in com.microblink.blinkinput.image
Represents a format of image that is being returned.
ImageFrame - Class in com.microblink.blinkinput.image
 
ImageFrame(Image, long) - Constructor for class com.microblink.blinkinput.image.ImageFrame
 
ImageReturnProcessor - Class in com.microblink.blinkinput.entities.processors.imageReturn
Processor that will simply save given image.
ImageReturnProcessor() - Constructor for class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
 
ImageReturnProcessor.Result - Class in com.microblink.blinkinput.entities.processors.imageReturn
 
ImageType - Class in com.microblink.blinkinput.image
Defines the type of image that is being returned.
IncorrectTokenState - Static variable in class com.microblink.blinkinput.licence.LicenceUnlockInfo.Issue
Token was not in `RequiresServerPermission` state when submitServerPermission was called
INITIAL - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
initialize(Context, RecognizerBundle, DirectApiErrorListener) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Initialize native library for recognition and returns true if initialization has been performed.
initialize(Activity, ViewGroup, MetadataCallbacks) - Method in class com.microblink.blinkinput.fragment.overlay.components.debug.DebugViewHandler
 
initialize(Context, int) - Method in class com.microblink.blinkinput.fragment.overlay.components.ScanSoundPlayer
 
initializeNativePart(long) - Method in class com.microblink.blinkinput.image.ImageFrame
 
initializePoolObject() - Method in class com.microblink.blinkinput.image.ImageFrame
Initialization method.
IntentDataTransferMode - Class in com.microblink.blinkinput.intent
Intent data transfer mode which is used for transferring Microblink SDK data between activities.
IntentTransferableEntity - Class in com.microblink.blinkinput.entities.util
Helper class whose concrete implementations can be used for transferring single entity over intent.
IntentTransferableEntity(E) - Constructor for class com.microblink.blinkinput.entities.util.IntentTransferableEntity
 
IntentTransferableEntity() - Constructor for class com.microblink.blinkinput.entities.util.IntentTransferableEntity
 
IntentTransferableEntity(Parcel) - Constructor for class com.microblink.blinkinput.entities.util.IntentTransferableEntity
 
intValue() - Method in class com.microblink.blinkinput.hardware.orientation.Orientation
 
Invalid - Static variable in class com.microblink.blinkinput.entities.processors.Processor.Result.State
 
INVALID_OR_MISSING_LICENSE - Static variable in class com.microblink.blinkinput.view.NotSupportedReason
Indicates that current build configuration requires valid license to be set with either MicroblinkSDK.setLicenseKey(String, Context), MicroblinkSDK.setLicenseBuffer(byte[], Context) or MicroblinkSDK.setLicenseFile(String, Context) before using the scanner and set license is not valid
InvalidLicenceKeyException - Exception in com.microblink.blinkinput.licence.exception
Thrown when invalid licence key is set to library.
InvalidLicenceKeyException(String) - Constructor for exception com.microblink.blinkinput.licence.exception.InvalidLicenceKeyException
 
IOcrResultView - Interface in com.microblink.blinkinput.view.ocrResult
Interface for views that can display DisplayableOcrResult.
isAllowFlippedRecognition() - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
Returns whether or not flipped recognition feature is enabled.
isAnimationInProgress() - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
isAnimationInProgress() - Method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManager
Returns true if quad view animation is currently in progress.
isArabicIndicMode() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
Indicates whether Arabic-Indic mode is enabled.
isAutofocusSupported() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns true if opened camera supports autofocus.
isAutoScaleDetection() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Allow enabling the autodetection of image scale when scanning barcodes.
isCameraActive() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns true if camera is currently active.
isCameraFocused() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns true if camera is currently in focus
isCameraTorchSupported() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns true if camera has got torch.
isCasePostprocessorEnabled() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns whether case postprocessing is enabled.
isColorDropoutEnabled() - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
Returns true if the additional image processing which drops background colors will be performed.
isCutoffCharFilterEnabled() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns whether cutoff char filter is enabled.
isDatePassed(Date) - Static method in class com.microblink.blinkinput.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.blinkinput.geometry.Quadrilateral
 
isDetectFlippedTextEnabled() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns whether flipped text detection is enabled.
isDetectFullDocument() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
Defines whether full document will be detected.
isDeviceMoving() - Method in class com.microblink.blinkinput.image.ImageFrame
returns true if device was moving while frame was created
isDeviceShaking() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns true if the device is being shaken
isDisposed() - Method in class com.microblink.blinkinput.image.Image
Returns true if image's internal buffers are disposed and cannot be used anymore.
isEmpty() - Method in class com.microblink.blinkinput.entities.detectors.Detector.Result
 
isEmpty() - Method in class com.microblink.blinkinput.entities.Entity.Result
 
isEmpty() - Method in class com.microblink.blinkinput.entities.parsers.Parser.Result
 
isEmpty() - Method in class com.microblink.blinkinput.entities.processors.Processor.Result
 
isEmpty() - Method in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result
 
isEmpty() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
Returns true if quadrilateral is empty, i.e.
isExcludedFromPing() - Method in class com.microblink.blinkinput.entities.recognizers.Recognizer
Returns true if this recognizer should be excluded from reporting its scan success to ping server.
isFocused() - Method in class com.microblink.blinkinput.image.ImageFrame
returns true if camera thinks this frame is focused
isHighResFrameCaptureEnabled() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns true if high res frame capture was enabled.
isHorizontal() - Method in class com.microblink.blinkinput.hardware.orientation.Orientation
 
isHostActivityOrientationOnSensor() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
isImageProcessingEnabled() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns true if image processing is performed on image.
isNoisePostprocessingEnabled() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns whether noise postprocessing is enabled.
isNullQuietZoneAllowed() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Allow scanning PDF417 barcodes which don't have quiet zone surrounding it (e.g.
isNullQuietZoneAllowed() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
Allow scanning PDF417 barcodes which don't have quiet zone surrounding it (e.g.
isOptimizedForNearScan - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings
 
isOptimizedForNearScan - Variable in class com.microblink.blinkinput.uisettings.CameraSettings
 
isOptional() - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Returns whether scan field with this configuration is optional.
isOrientationAllowed(Orientation) - Method in class com.microblink.blinkinput.view.BaseCameraView
 
isOrientationAllowed(Orientation) - Method in interface com.microblink.blinkinput.view.OrientationAllowedListener
Called in onOrientationChange.
isPhoto() - Method in class com.microblink.blinkinput.image.ImageFrame
Returns true if frame is photograph
isPinchToZoomAllowed - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings
 
isPinchToZoomAllowed - Variable in class com.microblink.blinkinput.uisettings.CameraSettings
 
isPinchToZoomAllowed() - Method in class com.microblink.blinkinput.view.BaseCameraView
Returns true if camera view will handle pinch events to manage camera zoom level.
isRatioPostprocessorEnabled() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns whether ratio postprocessor is enabled.
isRelative() - Method in class com.microblink.blinkinput.geometry.Rectangle
Return true if rectangle is given in relative coordinates.
isRequestedOrientationSensor(int) - Static method in class com.microblink.blinkinput.view.BaseCameraView
 
isRequestedOrientationUser(int) - Method in class com.microblink.blinkinput.view.BaseCameraView
 
isRequired() - Method in class com.microblink.blinkinput.entities.parsers.Parser
Returns whether parser configured with this parser settings object will be required
isRotatable - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.ScanRegionOfInterestSettings
 
isRotatable() - Method in class com.microblink.blinkinput.view.CameraViewGroup.LayoutParams
 
isScanInverse() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Enables scanning of barcodes with inverse intensity values (e.g.
isScanInverse() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
Enables scanning of barcodes with inverse intensity values (e.g.
isScanningPaused() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Returns true if scanning is paused or if scanning still has not yet started.
isScanUncertain() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Enable decoding of non-standard PDF417 barcodes, but without guarantee that all data will be read.
isScanUncertain() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
Enable decoding of non-standard PDF417 barcodes, but without guarantee that all data will be read.
isSlowerThoroughScan() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Enable slower, but more thorough scanning, thus giving higher possibility of successful scan.
isSnackbarShown() - Method in class com.microblink.blinkinput.fragment.overlay.components.snackbar.SnackbarManager
 
isTapToFocusAllowed() - Method in class com.microblink.blinkinput.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.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
True if returned result is uncertain, i.e.
isUncertain() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
True if returned result is uncertain, i.e.
isUncertain() - Method in class com.microblink.blinkinput.results.ocr.OcrChar
Returns true if OCR engine thinks this char is uncertain
isUseCardDetector() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
Enable detection correction with card detector.
isVertical() - Method in class com.microblink.blinkinput.hardware.orientation.Orientation
 
isWordProcessingEnabled() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Returns whether word processing is enabled.
isZero() - Method in class com.microblink.blinkinput.geometry.Point
Returns true if point has coordinates (0,0).
ITF - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
ITF barcode was scanned

L

LANDSCAPE - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DetectionMode
Documents will be detected only when frame orientation is landscape.
LANDSCAPE - Static variable in class com.microblink.blinkinput.uisettings.options.OverlayOrientation
LanguageUtils - Class in com.microblink.blinkinput.locale
 
LanguageUtils() - Constructor for class com.microblink.blinkinput.locale.LanguageUtils
 
layoutId - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.ControlsLayoutConfig
 
LayoutParams(Context, AttributeSet) - Constructor for class com.microblink.blinkinput.view.CameraViewGroup.LayoutParams
 
LayoutParams(int, int) - Constructor for class com.microblink.blinkinput.view.CameraViewGroup.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - Constructor for class com.microblink.blinkinput.view.CameraViewGroup.LayoutParams
 
LicenceKeyException - Exception in com.microblink.blinkinput.licence.exception
 
LicenceKeyException(String) - Constructor for exception com.microblink.blinkinput.licence.exception.LicenceKeyException
 
LicenceKeyException(String, Throwable) - Constructor for exception com.microblink.blinkinput.licence.exception.LicenceKeyException
 
LicenceLockedException - Exception in com.microblink.blinkinput.licence.exception
Thrown when the active licence has been remotely locked.
LicenceLockedException() - Constructor for exception com.microblink.blinkinput.licence.exception.LicenceLockedException
 
LicenceUnlockInfo.Issue - Class in com.microblink.blinkinput.licence
 
LicensePlatesParser - Class in com.microblink.blinkinput.entities.parsers.licenseplates
Parser that can parse license plate content from OCR result.
LicensePlatesParser() - Constructor for class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
LicensePlatesParser.Result - Class in com.microblink.blinkinput.entities.parsers.licenseplates
 
LifecycleObserver - Interface in com.microblink.blinkinput.fragment
Observer that can observe lifecycle events of RecognizerRunnerFragment
loadUiSettings(Intent) - Method in class com.microblink.blinkinput.activity.BarcodeScanActivity
 
loadUiSettings(Intent) - Method in class com.microblink.blinkinput.activity.DocumentCaptureActivity
 
loadUiSettings(Intent) - Method in class com.microblink.blinkinput.activity.FieldByFieldScanActivity
 
log() - Method in class com.microblink.blinkinput.geometry.Point
Logs the point coordinates to LOG_DEBUG log.
log() - Method in class com.microblink.blinkinput.geometry.Rectangle
 

M

makeCopy() - Method in class com.microblink.blinkinput.geometry.Point
 
mAspectMode - Variable in class com.microblink.blinkinput.view.BaseCameraView
Defines the way camera preview will be layouted inside view
matchesMargins(int, int, int, int, int) - Method in class com.microblink.blinkinput.geometry.Quadrilateral
 
mCameraEventsListener - Variable in class com.microblink.blinkinput.view.BaseCameraView
Listener that will receive various camera events
mCameraSurfaceView - Variable in class com.microblink.blinkinput.view.BaseCameraView
View element
mCameraViewState - Variable in class com.microblink.blinkinput.view.BaseCameraView
 
mConfigurationOrientation - Variable in class com.microblink.blinkinput.view.BaseCameraView
Current configuration orientation
mDetectionStatus - Variable in class com.microblink.blinkinput.metadata.detection.DisplayableDetection
Detection status which indicates the status of the detection
mDeviceManager - Variable in class com.microblink.blinkinput.view.BaseCameraView
Device manager that will load device list from resources
mErrorState - Variable in class com.microblink.blinkinput.view.BaseCameraView
Flag indicating there has been an unrecoverable error
MetadataCallbacks - Class in com.microblink.blinkinput.metadata
Class that contains all possible metadata callbacks that can observe recognition process.
MetadataCallbacks() - Constructor for class com.microblink.blinkinput.metadata.MetadataCallbacks
 
mHostScreenOrientation - Variable in class com.microblink.blinkinput.view.BaseCameraView
Orientation of the host activity
MicroblinkSDK - Class in com.microblink.blinkinput
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.blinkinput.image.ImageFrame
 
mInitialOrientation - Variable in class com.microblink.blinkinput.view.BaseCameraView
Initial orientation which will be used for frame orientation if mOrientation is unknown
mirror(int, int, int) - Method in class com.microblink.blinkinput.geometry.Quadrilateral
Mirrors the quadrangle so that it can be properly drawn on mirrored camera preview
mirrorX(float) - Method in class com.microblink.blinkinput.geometry.Point
Return point mirrored around X axis.
mirrorXInPlace(float) - Method in class com.microblink.blinkinput.geometry.Point
Mirrors point around X axis.
mirrorXY(float, float) - Method in class com.microblink.blinkinput.geometry.Point
Return point mirrored around both X and Y axis
mirrorXYInPlace(float, float) - Method in class com.microblink.blinkinput.geometry.Point
Mirrors point around both X and Y axis
mirrorY(float) - Method in class com.microblink.blinkinput.geometry.Point
Return point mirrored around Y axis.
mirrorYInPlace(float) - Method in class com.microblink.blinkinput.geometry.Point
Mirrors point around Y axis.
mIsRequestedOrientationSensor - Variable in class com.microblink.blinkinput.view.BaseCameraView
 
mIsRequestedOrientationUser - Variable in class com.microblink.blinkinput.view.BaseCameraView
 
mNativeContext - Variable in class com.microblink.blinkinput.entities.detectors.quad.Specification
 
mNativeContext - Variable in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
mOnActivityFlipListener - Variable in class com.microblink.blinkinput.view.BaseCameraView
Listener that will be notified when activity flip occurs.
mOrientationChangeListener - Variable in class com.microblink.blinkinput.view.BaseCameraView
 
MOVE_CLOSER - Static variable in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureAction
 
mOwner - Variable in class com.microblink.blinkinput.entities.Entity.Result
 
mQuadView - Variable in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManager
 
mRotateMeteringAreas - Variable in class com.microblink.blinkinput.view.BaseCameraView
 
MRTD_DETECTION - Static variable in class com.microblink.blinkinput.metadata.detection.points.PointsType
Represented points are locations of Machine Readable Zone detected elements.
MRTD_SPECIFICATION_TD1 - Static variable in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecificationPreset
Full document containing three Machine Readable Lines with 30 characters each
MRTD_SPECIFICATION_TD2 - Static variable in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecificationPreset
Full document containing two Machine Readable Lines with 36 characters each
MRTD_SPECIFICATION_TD3 - Static variable in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecificationPreset
Full document containing two Machine Readable Lines with 44 characters each
MRTDDetector - Class in com.microblink.blinkinput.entities.detectors.quad.mrtd
Detector that can perform detection of Machine Readable Travel Documents (MRTD).
MRTDDetector() - Constructor for class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
 
MRTDDetector.Result - Class in com.microblink.blinkinput.entities.detectors.quad.mrtd
 
MrtdSpecification - Class in com.microblink.blinkinput.entities.detectors.quad.mrtd
Class representing specification of MRTD (Machine Readable Travel Document) that can be detected with MRTDDetector.
MrtdSpecification(long) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecification
Constructor from native object.
MrtdSpecificationPreset - Class in com.microblink.blinkinput.entities.detectors.quad.mrtd
mSlaveOrientationChangeListeners - Variable in class com.microblink.blinkinput.view.BaseCameraView
Slave orientation change listeners that can be notified on orientation change events generated by mOrientationManager
mTransformMatrix - Variable in class com.microblink.blinkinput.metadata.DisplayableObject
Transformation matrix containing the transformation from original coordinate system into view's coordinate system

N

nativeGetDetectionCode(long) - Static method in class com.microblink.blinkinput.entities.detectors.Detector.Result
 
nativeGetNativeResultContext(long) - Static method in class com.microblink.blinkinput.entities.Entity
 
nativeSetParsers(long, long[]) - Static method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
nativeSetProcessors(long, long[]) - Static method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
negative() - Method in class com.microblink.blinkinput.geometry.Point
 
negativeClone() - Method in class com.microblink.blinkinput.geometry.Point
Calculate and return negative of current point.
NO_CAMERA - Static variable in class com.microblink.blinkinput.util.RecognizerCompatibilityStatus
Device does not have camera.
NO_CAMERA - Static variable in class com.microblink.blinkinput.view.NotSupportedReason
Indicates that device does not have camera
None - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
No barcode was scanned
norm() - Method in class com.microblink.blinkinput.geometry.Point
Calculate and return norm of the point.
normalize() - Method in class com.microblink.blinkinput.geometry.Point
Calculate and return point that has same direction as this point, but norm 1.
normalize(float) - Method in class com.microblink.blinkinput.geometry.Point
Calculate and return point that has same direction as this point, but norm as given.
normalizeToUnitRectangle() - Method in class com.microblink.blinkinput.geometry.Rectangle
 
NOTHING - Static variable in class com.microblink.blinkinput.uisettings.options.OcrResultDisplayMode
OCR results won't be displayed at all.
NotSupportedReason - Class in com.microblink.blinkinput.view
Enum describing reason why scanning is not supported.
NoUpScalingDewarpPolicy - Class in com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies
No upscaling dewarp policy.
NoUpScalingDewarpPolicy() - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.NoUpScalingDewarpPolicy
 
NoUpScalingDewarpPolicy(int) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.NoUpScalingDewarpPolicy
 

O

OCR_DOCUMENT_TYPE_ARABIC - Static variable in class com.microblink.blinkinput.entities.ocrengine.legacy.OcrDocumentType
Supports the recognition of Arabic-Indic numerals and punctuation marks used in amounts.
OCR_DOCUMENT_TYPE_GENERIC - Static variable in class com.microblink.blinkinput.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 - Static variable in class com.microblink.blinkinput.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 - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ANTONIO_REGULAR - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ANY - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ARABIC_NILE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ARIAL - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ARIAL_BLACK - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ARNHEM - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_AVANT_GARDE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_BEMBO - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_BODONI - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_CALIBRI - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_CALIBRI_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_CHAINPRINTER - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_COMIC_SANS - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_CONCERTO_ROUNDED_SG - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_CORPORATE_LIGHT - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_COURIER - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_COURIER_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_COURIER_CONDENSED - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_COURIER_MEDIUM_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_COURIER_NEW_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_COURIER_NEW_CE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_DEJAVU_SANS_MONO - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_DIN - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_EUROPA_GRO_SB - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_EUROPA_GRO_SB_LIGHT - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_EUROPA_GROTESK_NO_2_SB_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_EUROSTILE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_F25_BANK_PRINTER_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_FE_SCHRIFT - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_FRANKLIN_GOTHIC - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_FRUTIGER - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_FUTURA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_FUTURA_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_GARAMOND - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_GEORGIA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_GILL_SANS - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_HANDWRITTEN - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_HELVETICA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_HELVETICA_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_HELVETICA_CONDENSED_LIGHT - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_HYPERMARKET - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_INTERSTATE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_LATIN_MODERN - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_LATIN_MODERN_ITALIC - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_LETTER_GOTHIC - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_LUCIDA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_LUCIDA_SANS - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_MATRIX - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_META - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_MICR - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_MINION - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_OCRA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_OCRB - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_OFFICINA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_OPTIMA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_PRINTF - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ROCKWELL - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ROTIS_SANS_SERIF - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_ROTIS_SERIF - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_SABON - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_STONE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_SV_BASIC_MANUAL - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_TAHOMA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_TAHOMA_BOLD - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_TEX_GYRE_TERMES - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_TEX_GYRE_TERMES_ITALIC - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_THE_SANS_MONO_CONDENSED_BLACK - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_THESIS - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_TICKET_DE_CAISSE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_TIMES_NEW_ROMAN - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_TRAJAN - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_TRINITE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_UKDL_LIGHT - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_UNIVERS - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_UNKNOWN - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_UNKNOWN_MATH - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_VERDANA - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_VOLTAIRE - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_WALBAUM - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_FONT_XITS_MATH - Static variable in class com.microblink.blinkinput.results.ocr.OcrFont
 
OCR_RESULT - Static variable in class com.microblink.blinkinput.metadata.detection.points.PointsType
Represented points are locations of characters within OCR result.
OcrBlock - Class in com.microblink.blinkinput.results.ocr
 
OcrBlock(long, OcrResult) - Constructor for class com.microblink.blinkinput.results.ocr.OcrBlock
 
OcrCallback - Interface in com.microblink.blinkinput.metadata.ocr
Callback that will be invoked with displayable OCR result obtained during recognition process.
OcrChar - Class in com.microblink.blinkinput.results.ocr
 
OcrChar(long, Object) - Constructor for class com.microblink.blinkinput.results.ocr.OcrChar
 
OcrCharsFeedbackHandler - Class in com.microblink.blinkinput.fragment.overlay.components.feedback
 
OcrCharsFeedbackHandler() - Constructor for class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
 
OcrDocumentType - Class in com.microblink.blinkinput.entities.ocrengine.legacy
Available OCR document types.
OcrDotsFeedbackHandler - Class in com.microblink.blinkinput.fragment.overlay.components.feedback
 
OcrDotsFeedbackHandler() - Constructor for class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
 
OcrFont - Class in com.microblink.blinkinput.results.ocr
A list of fonts supported by BlinkOCR
OcrLine - Class in com.microblink.blinkinput.results.ocr
 
OcrLine(long, OcrBlock) - Constructor for class com.microblink.blinkinput.results.ocr.OcrLine
 
OcrResult - Class in com.microblink.blinkinput.results.ocr
Represents a raw OCR result.
OcrResult(long, Object) - Constructor for class com.microblink.blinkinput.results.ocr.OcrResult
Constructor from native code
OcrResultCharsView - Class in com.microblink.blinkinput.view.ocrResult
 
OcrResultCharsView(Context, AttributeSet, int) - Constructor for class com.microblink.blinkinput.view.ocrResult.OcrResultCharsView
 
OcrResultDisplayMode - Class in com.microblink.blinkinput.uisettings.options
Mode in which OCR result will be drawn on camera preview.
OcrResultDisplayUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
OcrResultDotsView - Class in com.microblink.blinkinput.view.ocrResult
View intended to be used as child view to RecognizerRunnerView It differs from OcrResultView as it renders mNumberOfDots dots as subviews and displays them along a line of detection.
OcrResultDotsView(Context, int, Orientation) - Constructor for class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
 
OcrResultDotsView(Context, int, Orientation, int) - Constructor for class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
 
OcrResultHorizontalDotsView - Class in com.microblink.blinkinput.view.ocrResult
Deprecated.
OcrResultHorizontalDotsView(Context, AttributeSet, int) - Constructor for class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
 
OcrResultHorizontalDotsView(Context, AttributeSet, int, int) - Constructor for class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
 
OcrResultHorizontalDotsView.RandomOCRDotsGenerator - Class in com.microblink.blinkinput.view.ocrResult
Deprecated.
Class in charge of generating equally spread mExpandedDots along line of detection
OFFLINE - Static variable in class com.microblink.blinkinput.directApi.RecognizerRunner.State
 
onActivityFlip() - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
onActivityFlip() - Method in class com.microblink.blinkinput.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.blinkinput.view.OnActivityFlipListener
Called when activity is flipped.
onActivityFlip() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
OnActivityFlipListener - Interface in com.microblink.blinkinput.view
Listener that will notify you when activity flip has occurred.
onAnimationEnd() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonManager.EndAnimationListener
 
onAnimationEnd() - Method in interface com.microblink.blinkinput.view.viewfinder.quadview.QuadViewAnimationListener
Called when quad view finishes quad animation.
onAnimationStart() - Method in interface com.microblink.blinkinput.view.viewfinder.quadview.QuadViewAnimationListener
Called when quad view starts animating quad.
onAnimationUpdate(ValueAnimator) - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
onAttach(Activity) - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onAutofocusFailed() - Method in interface com.microblink.blinkinput.hardware.camera.AutofocusListener
This method will be called when camera focusing has failed.
onAutofocusFailed() - Method in class com.microblink.blinkinput.view.BaseCameraView.BaseCameraListener
 
onAutofocusStarted(Rect[]) - Method in interface com.microblink.blinkinput.hardware.camera.AutofocusListener
This method will be called when camera focusing has started.
onAutofocusStarted(Rect[]) - Method in class com.microblink.blinkinput.view.BaseCameraView.BaseCameraListener
 
onAutofocusStopped(Rect[]) - Method in interface com.microblink.blinkinput.hardware.camera.AutofocusListener
This method will be called when camera focusing has stopped.
onAutofocusStopped(Rect[]) - Method in class com.microblink.blinkinput.view.BaseCameraView.BaseCameraListener
 
onBackButtonClicked() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayController
Called when back button is clicked in the view.
onBackButtonClicked() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onCameraAutofocusFailed() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onCameraAutofocusFailed() - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
onCameraAutofocusFailed() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onCameraPermissionDenied() - Method in interface com.microblink.blinkinput.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.blinkinput.view.BaseCameraView.BaseCameraViewEventsListener
 
onCameraPreviewStarted() - Method in interface com.microblink.blinkinput.view.BaseCameraEventsListener
Called just after camera preview has successfully started and no exceptions occurred.
onCameraPreviewStarted() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
onCameraPreviewStarted() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
onCameraPreviewStopped() - Method in interface com.microblink.blinkinput.view.BaseCameraEventsListener
Called inside pause method of CameraView just haver camera preview has been stopped.
onCameraPreviewStopped() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
onCameraPreviewStopped() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
onCameraTapEvent(float, float) - Method in class com.microblink.blinkinput.view.BaseCameraView.BaseCameraViewEventsListener
 
onCaptureButtonClicked() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayController
Called when image capture button is clicked in the view.
onCaptureButtonClicked() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onConfigurationChanged(Configuration) - Method in interface com.microblink.blinkinput.fragment.LifecycleObserver
onConfigurationChanged(RecognizerRunnerView, Configuration) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
onConfigurationChanged(RecognizerRunnerView, Configuration) - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Called on device configuration change.
onConfigurationChanged(Configuration) - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onCreate(Bundle) - Method in interface com.microblink.blinkinput.fragment.LifecycleObserver
onCreate(Bundle) - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onDebugText(String) - Method in interface com.microblink.blinkinput.metadata.text.DebugTextCallback
Called when debug text gets available and should be displayed on screen.
onDestroy() - Method in interface com.microblink.blinkinput.fragment.LifecycleObserver
onDestroy() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onDestroyView() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onDetectionFailed() - Method in interface com.microblink.blinkinput.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.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
onDraw(Canvas) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultCharsView
 
onDraw(Canvas) - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
onError(Throwable) - Method in interface com.microblink.blinkinput.view.BaseCameraEventsListener
Called when recognition results with exception.
onFragmentConfigurationChanged(Configuration) - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFragmentConfigurationChanged(Configuration) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
onFragmentConfigurationChanged(Configuration) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onFragmentConfigurationChanged(Configuration) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
onFragmentCreated(Bundle) - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFragmentCreated(Bundle) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
onFragmentDestroyed() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFragmentDestroyed() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onFragmentPaused() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFragmentResumed() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFragmentResumed() - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
onFragmentResumed() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onFragmentResumed() - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
onFragmentSaveInstanceState(Bundle) - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFragmentSaveInstanceState(Bundle) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
onFragmentSaveInstanceState(Bundle) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onFragmentSaveInstanceState(Bundle) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
onFragmentStarted() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFragmentStopped() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFrameAvailable(Image, boolean, double) - Method in interface com.microblink.blinkinput.entities.recognizers.framegrabber.FrameCallback
Called when FrameGrabberRecognizer received new frame for processing.
onFrameRecognitionDone(RecognitionSuccessType) - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onFrameRecognitionDone(RecognitionSuccessType) - Method in interface com.microblink.blinkinput.fragment.overlay.ScanningOverlay
Called for each camera frame, after the recognition has been completed.
onGlare(boolean) - Method in interface com.microblink.blinkinput.metadata.glare.GlareCallback
Called when glare detection has completed with result whether glare has been found or not.
onImageAvailable(Image) - Method in interface com.microblink.blinkinput.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.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
onLayout(boolean, int, int, int, int) - Method in class com.microblink.blinkinput.view.BaseCameraView
 
onLayout(boolean, int, int, int, int) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultCharsView
 
onLayout(boolean, int, int, int, int) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
 
onLayout(boolean, int, int, int, int) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
 
onLayout(boolean, int, int, int, int) - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
onMeasure(int, int) - Method in class com.microblink.blinkinput.view.BaseCameraView
 
onOcrResult(DisplayableOcrResult) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
 
onOcrResult(DisplayableOcrResult) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
 
onOcrResult(DisplayableOcrResult) - Method in interface com.microblink.blinkinput.metadata.ocr.OcrCallback
Called when OCR result should be displayed on screen.
onOperationDone(boolean) - Method in interface com.microblink.blinkinput.hardware.SuccessCallback
Invoked when asynchronous operation has finished.
onOrientationChange(int) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
 
onOrientationChange(int) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
 
onOrientationChange(int) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.PointSetFeedbackHandler
 
onOrientationChange(int) - Method in interface com.microblink.blinkinput.fragment.overlay.components.feedback.RecognitionFeedbackHandler
 
onOrientationChange(Orientation) - Method in class com.microblink.blinkinput.view.BaseCameraView.BaseOrientationChangeListener
 
onOrientationChange(Orientation) - Method in class com.microblink.blinkinput.view.CameraViewGroup.CameraViewGroupOrientationChangeListener
 
onOrientationChange(Orientation) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
 
onPause() - Method in interface com.microblink.blinkinput.fragment.LifecycleObserver
onPause() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onPointsDetection(DisplayablePointsDetection) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrCharsFeedbackHandler
 
onPointsDetection(DisplayablePointsDetection) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.OcrDotsFeedbackHandler
 
onPointsDetection(DisplayablePointsDetection) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.PointSetFeedbackHandler
 
onPointsDetection(DisplayablePointsDetection) - Method in interface com.microblink.blinkinput.fragment.overlay.components.feedback.RecognitionFeedbackHandler
 
onPointsDetection(DisplayablePointsDetection) - Method in interface com.microblink.blinkinput.metadata.detection.points.PointsDetectionCallback
Called when DisplayablePointsDetection gets available.
onQuadDetection(DisplayableQuadDetection) - Method in interface com.microblink.blinkinput.metadata.detection.quad.QuadDetectionCallback
Called when DisplayableQuadDetection gets available.
onRecognizerError(Throwable) - Method in interface com.microblink.blinkinput.directApi.DirectApiErrorListener
Called when error occurs in recognizer initialization.
onRecognizerRunnerFragmentAttached(RecognizerRunnerFragment, Activity) - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onRecognizerRunnerFragmentAttached(RecognizerRunnerFragment, Activity) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
onRecognizerRunnerFragmentAttached(RecognizerRunnerFragment, Activity) - Method in interface com.microblink.blinkinput.fragment.overlay.ScanningOverlay
Called after RecognizerRunnerFragment gets attached to its host activity.
onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
onRecognizerRunnerViewCreated(RecognizerRunnerFragment) - Method in interface com.microblink.blinkinput.fragment.overlay.ScanningOverlay
Called when RecognizerRunnerView has been created within given RecognizerRunnerFragment.
onRequestPermissionsResult(int, String[], int[]) - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onRequestPermissionsResult(int, String[], int[]) - Method in class com.microblink.blinkinput.util.CameraPermissionManager
This method handles request permission results as given to onRequestPermissionResult callback of Activity.
onResume() - Method in interface com.microblink.blinkinput.fragment.LifecycleObserver
onResume() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onResume() - Method in class com.microblink.blinkinput.util.CameraPermissionManager
 
onSaveInstanceState(Bundle) - Method in interface com.microblink.blinkinput.fragment.LifecycleObserver
onSaveInstanceState(Bundle) - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onScanningDone(RecognitionSuccessType) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
onScanningDone(RecognitionSuccessType) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onScanningDone(RecognitionSuccessType) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
onScanningDone(RecognitionSuccessType) - Method in interface com.microblink.blinkinput.view.recognition.ScanResultListener
This method is called when recognition is done.
onScanStarted() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
onScanStarted() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Performs UI modifications when scanning is started.
onShakingStarted() - Method in interface com.microblink.blinkinput.hardware.accelerometer.ShakeCallback
Called when device starts to shake/move.
onShakingStopped() - Method in interface com.microblink.blinkinput.hardware.accelerometer.ShakeCallback
Called when device stops shaking/moving.
onSizeChanged(int, int) - Method in interface com.microblink.blinkinput.view.OnSizeChangedListener
Called when CameraView changes the size of itself and its children.
OnSizeChangedListener - Interface in com.microblink.blinkinput.view
Created by dodo on 06/10/14.
onStart() - Method in interface com.microblink.blinkinput.fragment.LifecycleObserver
onStart() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onStop() - Method in interface com.microblink.blinkinput.fragment.LifecycleObserver
onStop() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
onSuccessfulImageAvailable(Image) - Method in interface com.microblink.blinkinput.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.
onTorchButtonClicked() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayController
Called when torch button is clicked in the view.
onTorchButtonClicked() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
onTorchStateChanged(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
onTorchStateChanged(boolean) - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Called when torch state is changed, when it is turned off or on.
onTorchStateChanged(boolean) - Method in interface com.microblink.blinkinput.fragment.overlay.verification.OverlayTorchStateListener
Called every time when torch state is changed, e.g.
onTorchStateInitialised(boolean) - Method in interface com.microblink.blinkinput.fragment.overlay.verification.OverlayTorchStateListener
Called when camera preview is started and torch support status becomes available.
onTorchSupportStatusAvailable() - Method in class com.microblink.blinkinput.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).
onTorchSupportStatusAvailable(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
onTorchSupportStatusAvailable(boolean) - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Called when camera device torch support status is available.
onUiUpdateFinished() - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.UiUpdateListener
Called when all needed UI actions are performed.
onUnrecoverableError(Throwable) - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
onUnrecoverableError(Throwable) - Method in interface com.microblink.blinkinput.view.recognition.ScanResultListener
This method is called when the scanning cannot be performed because of an error.
operatorMinus(Point) - Method in class com.microblink.blinkinput.geometry.Point
- operator on the point.
operatorMinusEquals(Point) - Method in class com.microblink.blinkinput.geometry.Point
 
operatorMultiply(float) - Method in class com.microblink.blinkinput.geometry.Point
Multiplication of the point with scalar.
operatorMultiplyEquals(float) - Method in class com.microblink.blinkinput.geometry.Point
 
operatorPlus(Point) - Method in class com.microblink.blinkinput.geometry.Point
+ operator on the point.
operatorPlusEquals(Point) - Method in class com.microblink.blinkinput.geometry.Point
+= operator on the point.
OPTIMISED - Static variable in class com.microblink.blinkinput.intent.IntentDataTransferMode
Data is cached in memory and can be accessed from different activities which live in the same process.
Orientation - Class in com.microblink.blinkinput.hardware.orientation
 
ORIENTATION_LANDSCAPE_LEFT - Static variable in class com.microblink.blinkinput.hardware.orientation.Orientation
Device is in landscape mode and buttons are left of screen
ORIENTATION_LANDSCAPE_RIGHT - Static variable in class com.microblink.blinkinput.hardware.orientation.Orientation
Device is in landscape mode and buttons are right of screen
ORIENTATION_PORTRAIT - Static variable in class com.microblink.blinkinput.hardware.orientation.Orientation
Device is in portrait mode and buttons are below screen
ORIENTATION_PORTRAIT_UPSIDE - Static variable in class com.microblink.blinkinput.hardware.orientation.Orientation
Device is in portrait mode and buttons are above screen
ORIENTATION_UNKNOWN - Static variable in class com.microblink.blinkinput.hardware.orientation.Orientation
Device is lying on the table
OrientationAllowedListener - Interface in com.microblink.blinkinput.view
Created by dodo on 07/10/14.
ORIGINAL - Static variable in class com.microblink.blinkinput.image.ImageType
This is the original image that arrived from camera.
OverlayCameraSettings - Class in com.microblink.blinkinput.fragment.overlay.components.settings
 
OverlayCameraSettings.Builder - Class in com.microblink.blinkinput.fragment.overlay.components.settings
 
OverlayOrientation - Class in com.microblink.blinkinput.uisettings.options
Orientation of the rotatable views in camera overlay.
OverlayResources - Class in com.microblink.blinkinput.fragment.overlay
 
OverlayResources(Context, int, int) - Constructor for class com.microblink.blinkinput.fragment.overlay.OverlayResources
 
overlayState - Variable in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
OverlayState - Class in com.microblink.blinkinput.fragment.overlay
 
OverlayStringsBuilder - Class in com.microblink.blinkinput.fragment.overlay
 
OverlayStringsBuilder(Context) - Constructor for class com.microblink.blinkinput.fragment.overlay.OverlayStringsBuilder
 
OverlayTorchStateListener - Interface in com.microblink.blinkinput.fragment.overlay.verification
Listener that will be notified when camera torch state is updated by the overlay controller.

P

ParcelableScanResultListener - Interface in com.microblink.blinkinput.view.recognition
Scan result listener that can be passed to the activity by intent extras.
parseFromString(String, String) - Static method in class com.microblink.blinkinput.results.date.Date
Creates Date instance by parsing the given dateString, by using the given pattern which describes the date format.
Parser - Class in com.microblink.blinkinput.entities.parsers
Base class for all parsers which are used for data extraction.
Parser(long, T) - Constructor for class com.microblink.blinkinput.entities.parsers.Parser
 
Parser(long, T, Parcel) - Constructor for class com.microblink.blinkinput.entities.parsers.Parser
 
Parser.Result - Class in com.microblink.blinkinput.entities.parsers
 
Parser.Result.State - Class in com.microblink.blinkinput.entities.parsers
 
ParserGroupProcessor - Class in com.microblink.blinkinput.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.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
ParserGroupProcessor.Result - Class in com.microblink.blinkinput.entities.processors.parserGroup
 
ParserParcelization - Class in com.microblink.blinkinput.entities.recognizers.templating.parcelization
Utility class to help serializing of captured parsers within TemplatingClassifier.
ParserParcelization(Parser, TemplatingClass) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ParserParcelization
Creates a ParserParcelization from given Parser within TemplatingClass.
PARTIAL - Static variable in class com.microblink.blinkinput.recognition.RecognitionSuccessType
Recognition was partial (some data found).
PARTIAL_OBJECT - Static variable in class com.microblink.blinkinput.view.recognition.DetectionStatus
Object is detected, but parts of it are not visible
pause() - Method in class com.microblink.blinkinput.view.BaseCameraView
This method must be called from activity's onPause.
pause() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
This method must be called from activity's onPause.
pauseScanning() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
pauseScanning() - Method in interface com.microblink.blinkinput.fragment.overlay.ScanningOverlay
If the RecognizerRunnerView has been created, pauses the scanning loop by calling RecognizerRunnerView.pauseScanning().
pauseScanning() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Pauses the scanning loop.
PayloadCorrupted - Static variable in class com.microblink.blinkinput.licence.LicenceUnlockInfo.Issue
Server payload was corrupted
PayloadSignatureVerificationFailed - Static variable in class com.microblink.blinkinput.licence.LicenceUnlockInfo.Issue
Unable to verify signature of the server response
PDF417 - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
PDF417 2D barcode was scanned
Pdf417Recognizer - Class in com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417
Deprecated.
Pdf417Recognizer() - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
 
Pdf417Recognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417
Deprecated.
 
PermissionExpired - Static variable in class com.microblink.blinkinput.licence.LicenceUnlockInfo.Issue
Server permission has expired
PERSISTED_OPTIMISED - Static variable in class com.microblink.blinkinput.intent.IntentDataTransferMode
Like IntentDataTransferMode.OPTIMISED, but additionally data is saved to the files in internal storage.
play() - Method in class com.microblink.blinkinput.fragment.overlay.components.ScanSoundPlayer
 
Point - Class in com.microblink.blinkinput.geometry
 
Point() - Constructor for class com.microblink.blinkinput.geometry.Point
Constructor that creates default point at position (0,0).
Point(float, float) - Constructor for class com.microblink.blinkinput.geometry.Point
Constructor that creates point at position (x,y).
Point(Parcel) - Constructor for class com.microblink.blinkinput.geometry.Point
 
PointsDetectionCallback - Interface in com.microblink.blinkinput.metadata.detection.points
A callback that will be invoked when DisplayablePointsDetection gets available.
PointSetFeedbackHandler - Class in com.microblink.blinkinput.fragment.overlay.components.feedback
 
PointSetFeedbackHandler(PointsType) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.feedback.PointSetFeedbackHandler
 
PointSetView - Class in com.microblink.blinkinput.view.viewfinder.points
A view that can draw PointsDetectorResult.
PointSetView(Context, AttributeSet, int, int, int) - Constructor for class com.microblink.blinkinput.view.viewfinder.points.PointSetView
Constructor for PointSetView.
PointSetView(Context, AttributeSet, int) - Constructor for class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
PointsType - Class in com.microblink.blinkinput.metadata.detection.points
Represents a type of DisplayablePointsDetection.
PORTRAIT - Static variable in class com.microblink.blinkinput.entities.detectors.quad.document.DetectionMode
Documents will be detected only when frame orientation is portrait.
PORTRAIT - Static variable in class com.microblink.blinkinput.uisettings.options.OverlayOrientation
prepareCameraSettings(CameraSettings) - Method in class com.microblink.blinkinput.view.BaseCameraView
Called inside onCreate method before creating camera manager.
prepareCameraSettings(CameraSettings) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
Processor - Class in com.microblink.blinkinput.entities.processors
Base processor that is used to perform processing of images.
Processor(long, T) - Constructor for class com.microblink.blinkinput.entities.processors.Processor
 
Processor(long, T, Parcel) - Constructor for class com.microblink.blinkinput.entities.processors.Processor
 
Processor.Result - Class in com.microblink.blinkinput.entities.processors
 
Processor.Result.State - Class in com.microblink.blinkinput.entities.processors
 
PROCESSOR_ARCHITECTURE_NOT_SUPPORTED - Static variable in class com.microblink.blinkinput.util.RecognizerCompatibilityStatus
Recognizer is not supported on device's processor architecture.
ProcessorGroup - Class in com.microblink.blinkinput.entities.recognizers.templating
Class that represents a group of processors that will be executed on same dewarped image.
ProcessorGroup(Rectangle, DewarpPolicy, Processor[]) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.ProcessorGroup
Constructor for ProcessorGroup.
ProcessorParcelization - Class in com.microblink.blinkinput.entities.recognizers.templating.parcelization
Utility class to help serializing of captured processors within TemplatingClassifier.
ProcessorParcelization(Processor, TemplatingClass) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ProcessorParcelization
Creates a ProcessorParcelization from given Processor within TemplatingClass.
put(Key, String) - Method in class com.microblink.blinkinput.fragment.overlay.OverlayStringsBuilder
 

Q

QRCode - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
QR code was scanned
QuadDetectionCallback - Interface in com.microblink.blinkinput.metadata.detection.quad
A callback that will be invoked when DisplayableQuadDetection gets available.
QuadDetector - Class in com.microblink.blinkinput.entities.detectors.quad
Base class for all detectors that are used for Quadrilateral detection.
QuadDetector(long, R) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.QuadDetector
 
QuadDetector(long, R, Parcel) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.QuadDetector
 
QuadDetector.Result - Class in com.microblink.blinkinput.entities.detectors.quad
 
Quadrilateral - Class in com.microblink.blinkinput.geometry
 
Quadrilateral(int, int, int, int, int) - Constructor for class com.microblink.blinkinput.geometry.Quadrilateral
 
Quadrilateral() - Constructor for class com.microblink.blinkinput.geometry.Quadrilateral
 
Quadrilateral(Point, Point, Point, Point) - Constructor for class com.microblink.blinkinput.geometry.Quadrilateral
 
Quadrilateral(float[]) - Constructor for class com.microblink.blinkinput.geometry.Quadrilateral
Constructor from float array.
Quadrilateral(Parcel) - Constructor for class com.microblink.blinkinput.geometry.Quadrilateral
 
QuadViewAnimationListener - Interface in com.microblink.blinkinput.view.viewfinder.quadview
Listener that will be notified of QuadView's animation events.
QuadViewManager - Class in com.microblink.blinkinput.view.viewfinder.quadview
Class that manages animated quadrilateral detection result view.
QuadViewManagerFactory - Class in com.microblink.blinkinput.view.viewfinder.quadview
 
QuadViewManagerFactory() - Constructor for class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManagerFactory
 
QuadViewPreset - Class in com.microblink.blinkinput.view.viewfinder.quadview
 
QuadWithSizeDetector - Class in com.microblink.blinkinput.entities.detectors.quad
Base class for all detectors that are used for Quadrilateral detection and can also provide physical size of the detected document.
QuadWithSizeDetector(long, R) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.QuadWithSizeDetector
 
QuadWithSizeDetector(long, R, Parcel) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.QuadWithSizeDetector
 
QuadWithSizeDetector.Result - Class in com.microblink.blinkinput.entities.detectors.quad
 

R

RandomOCRDotsGenerator(int, int) - Constructor for class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView.RandomOCRDotsGenerator
Deprecated.
 
RawParser - Class in com.microblink.blinkinput.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.blinkinput.entities.parsers.raw.RawParser
 
RawParser.Result - Class in com.microblink.blinkinput.entities.parsers.raw
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.Entity
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.Entity.Result
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer.Result
 
readFromParcel(Parcel) - Method in class com.microblink.blinkinput.entities.util.IntentTransferableEntity
 
READY - Static variable in class com.microblink.blinkinput.directApi.RecognizerRunner.State
 
RECOGNITION - Static variable in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.RecognitionDebugMode
indicates normal scanning operation
RECOGNITION_PARTIAL - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
RECOGNITION_STAGE_SUCCESS - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
RECOGNITION_SUCCESS - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
RECOGNITION_TEST - Static variable in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.RecognitionDebugMode
will perform indefinite scan and will profile the performance of scans
RECOGNITION_UNSUCCESSFUL - Static variable in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
RecognitionFeedbackHandler - Interface in com.microblink.blinkinput.fragment.overlay.components.feedback
 
RecognitionFeedbackHandlerFactory - Class in com.microblink.blinkinput.fragment.overlay.components.feedback
 
RecognitionFeedbackHandlerFactory() - Constructor for class com.microblink.blinkinput.fragment.overlay.components.feedback.RecognitionFeedbackHandlerFactory
 
RecognitionSuccessType - Class in com.microblink.blinkinput.recognition
Type of recognition that has been performed.
recognizeBitmap(Bitmap, Orientation, ScanResultListener) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Perform recognition of image represented as Android Bitmap.
recognizeBitmap(Bitmap, Orientation, Rectangle, ScanResultListener) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Perform recognition of image represented as Android Bitmap.
recognizeBitmapWithRecognizers(Bitmap, Orientation, ScanResultListener, RecognizerBundle) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Perform recognition of image represented as Android Bitmap.
recognizeBitmapWithRecognizers(Bitmap, Orientation, Rectangle, ScanResultListener, RecognizerBundle) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Perform recognition of image represented as Android Bitmap.
recognizeImage(Image, ScanResultListener) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Use this method to directly recognize Image object obtained via MetadataListener while recognizer is active.
recognizeImageWithRecognizers(Image, ScanResultListener, RecognizerBundle) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Use this method to directly recognize Image object obtained via MetadataListener while recognizer is active.
Recognizer - Class in com.microblink.blinkinput.entities.recognizers
Base recognizer that is used to perform recognition of images.
Recognizer(long, T) - Constructor for class com.microblink.blinkinput.entities.recognizers.Recognizer
 
Recognizer(long, T, Parcel) - Constructor for class com.microblink.blinkinput.entities.recognizers.Recognizer
 
Recognizer.Result - Class in com.microblink.blinkinput.entities.recognizers
 
Recognizer.Result.State - Class in com.microblink.blinkinput.entities.recognizers
 
RECOGNIZER_NOT_SUPPORTED - Static variable in class com.microblink.blinkinput.util.RecognizerCompatibilityStatus
Recognizer is not supported (unknown reason).
RECOGNIZER_SUPPORTED - Static variable in class com.microblink.blinkinput.util.RecognizerCompatibilityStatus
Recognizer is fully supported on this device.
RecognizerBundle - Class in com.microblink.blinkinput.entities.recognizers
Represents a bundle of Recognizer objects that can travel via Intent
RecognizerBundle(Recognizer[]) - Constructor for class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
RecognizerBundle(List) - Constructor for class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
RecognizerBundle.FrameQualityEstimationMode - Class in com.microblink.blinkinput.entities.recognizers
 
RecognizerBundle.RecognitionDebugMode - Class in com.microblink.blinkinput.entities.recognizers
 
RecognizerCompatibility - Class in com.microblink.blinkinput.util
 
RecognizerCompatibility() - Constructor for class com.microblink.blinkinput.util.RecognizerCompatibility
 
RecognizerCompatibilityStatus - Class in com.microblink.blinkinput.util
 
RecognizerRunner - Class in com.microblink.blinkinput.directApi
RecognizerRunner singleton that can be used to perform recognition of Bitmaps and Images.
RecognizerRunner.State - Class in com.microblink.blinkinput.directApi
 
recognizerRunnerFragment - Variable in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
RecognizerRunnerFragment - Class in com.microblink.blinkinput.fragment
A wrapper around RecognizerRunnerView that automatically manages its lifecycle.
RecognizerRunnerFragment() - Constructor for class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
 
RecognizerRunnerFragment.ScanningOverlayBinder - Interface in com.microblink.blinkinput.fragment
This interface must be implemented by all activites that will host RecognizerRunnerFragment.
recognizerRunnerView - Variable in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
RecognizerRunnerView - Class in com.microblink.blinkinput.view.recognition
A view that controls the camera and recognition procedure.
RecognizerRunnerView(Context, AttributeSet) - Constructor for class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
RecognizerRunnerView(Context) - Constructor for class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
RecognizerUtils - Class in com.microblink.blinkinput.entities.recognizers
 
RecognizerUtils() - Constructor for class com.microblink.blinkinput.entities.recognizers.RecognizerUtils
 
recognizeString(String, ScanResultListener) - Method in class com.microblink.blinkinput.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.blinkinput.directApi.RecognizerRunner
Use this method to directly recognize given string data without performing the OCR, while recognizer is active.
reconfigureRecognizers(RecognizerBundle) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Use this method to reconfigure available recognizers.
recreateRecognizerRunnerView() - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
Recreates contained RecognizerRunnerView which causes that ScanningOverlay.onRecognizerRunnerViewCreated(RecognizerRunnerFragment) is called again when new RecognizerRunnerView is created.
Rectangle - Class in com.microblink.blinkinput.geometry
 
Rectangle(float, float, float, float) - Constructor for class com.microblink.blinkinput.geometry.Rectangle
Rectangle constructor.
recycle() - Method in class com.microblink.blinkinput.image.ImageFrame
 
RegexParser - Class in com.microblink.blinkinput.entities.parsers.regex
Represents a parser which parses OCR result according to given regular expression.
RegexParser(String) - Constructor for class com.microblink.blinkinput.entities.parsers.regex.RegexParser
Constructor using default OCR engine options and provided regular expression.
RegexParser(String, AbstractOCREngineOptions) - Constructor for class com.microblink.blinkinput.entities.parsers.regex.RegexParser
Constructor using provided OCR engine options and provided regular expression.
RegexParser.Result - Class in com.microblink.blinkinput.entities.parsers.regex
 
registerLifecycleObserver(LifecycleObserver) - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
Registers the LifecycleObserver that will be notified about all lifecycle events of this RecognizerRunnerFragment
RemoteLicenceCheckException - Exception in com.microblink.blinkinput.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.blinkinput.licence.exception.RemoteLicenceCheckException
 
RemoteLicenceCheckException(String, Throwable) - Constructor for exception com.microblink.blinkinput.licence.exception.RemoteLicenceCheckException
 
RemoteLock - Static variable in class com.microblink.blinkinput.licence.LicenceUnlockInfo.Issue
Server issued a remote lock on this license
removeOrientationChangeListener(OrientationChangeListener) - Method in class com.microblink.blinkinput.view.BaseCameraView
Removes a single listener instance from listeners collection, if it is present.
requireAutofocusFeature() - Method in class com.microblink.blinkinput.view.BaseCameraView
If autofocus feature is required, please return true from this method.
requireAutofocusFeature() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
requiresAutofocus() - Method in class com.microblink.blinkinput.entities.recognizers.Recognizer
Returns true if this recognizer requires camera with autofocus.
requiresLandscapeMode() - Method in class com.microblink.blinkinput.entities.recognizers.Recognizer
Returns true if this recognizer works only in landscape mode.
resetRecognitionState() - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Resets the recognition state, i.e.
resetRecognitionState(boolean) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Resets the recognition state.
resetRecognitionState() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Resets the recognition state, i.e.
resetRecognitionState(boolean) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Resets the recognition state.
Result(long) - Constructor for class com.microblink.blinkinput.entities.detectors.Detector.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.QuadDetector.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.QuadWithSizeDetector.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.Entity.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.amount.AmountParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.date.DateParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.email.EmailParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.iban.IbanParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.Parser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.raw.RawParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.regex.RegexParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.topup.TopUpParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.parsers.vin.VinParser.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.processors.Processor.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.recognizers.Recognizer.Result
 
Result(long, Recognizer.Result) - Constructor for class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
 
Result(long) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer.Result
 
Result - Interface in com.microblink.blinkinput.results
Represents abstract result that can be returned by com.microblink.blinkinput.recognizers.IResultHolder#getObject(String).
resume() - Method in class com.microblink.blinkinput.view.BaseCameraView
This method must be called from activity's onResume.
resume() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
This method must be called from activity's onResume.
RESUMED - Static variable in class com.microblink.blinkinput.fragment.overlay.OverlayState
 
RESUMED - Static variable in class com.microblink.blinkinput.view.BaseCameraView.CameraViewState
Indicates that resume() has been called, view will soon initialize camera and start receiving frames
resumeScanning() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
resumeScanning() - Method in interface com.microblink.blinkinput.fragment.overlay.ScanningOverlay
If the RecognizerRunnerView has been created, resumes the scanning loop (that has been paused) by calling RecognizerRunnerView.resumeScanning(boolean) }.
resumeScanning(boolean) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
This method resumes scanning loop that was paused by calling RecognizerRunnerView.pauseScanning().
resumeScanningAfterScanningDone() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
roi - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.ScanRegionOfInterestSettings
 
rotate180() - Method in class com.microblink.blinkinput.hardware.orientation.Orientation
Returns orientation obtained by rotating current orientation by 180 degrees.
rotate90Clockwise() - Method in class com.microblink.blinkinput.hardware.orientation.Orientation
Returns orientation obtained by rotating current orientation by 90 degrees clockwise.
rotate90CounterClockwise() - Method in class com.microblink.blinkinput.hardware.orientation.Orientation
Returns orientation obtained by rotating current orientation by 90 degrees counter-clockwise.
runOnUIThread(Runnable) - Method in class com.microblink.blinkinput.view.BaseCameraView
Ensures given runnable is run on UI thread.

S

saveResultsToIntent(Intent) - Method in class com.microblink.blinkinput.activity.BarcodeScanActivity
 
saveResultsToIntent(Intent) - Method in class com.microblink.blinkinput.activity.DocumentCaptureActivity
 
saveResultsToIntent(Intent) - Method in class com.microblink.blinkinput.activity.FieldByFieldScanActivity
 
saveToFile(File) - Method in interface com.microblink.blinkinput.image.highres.HighResImageWrapper
Saves image to given file.
saveToIntent(Intent) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
 
saveToIntent(Intent) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Saves this RecognizerBundle to Intent so it can be passed to another Activity.
saveToIntent(Intent) - Method in class com.microblink.blinkinput.entities.util.IntentTransferableEntity
 
saveToIntent(Intent) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
saveToIntent(Intent) - Method in class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
saveToIntent(Intent) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
saveToIntent(Intent) - Method in class com.microblink.blinkinput.uisettings.UISettings
Saves this scan activity settings to Intent so it can be passed to the corresponding scan activity.
ScanningOverlay - Interface in com.microblink.blinkinput.fragment.overlay
Interface which every overlay set on RecognizerRunnerFragment must implement.
ScanRegionOfInterestSettings - Class in com.microblink.blinkinput.fragment.overlay.components.settings
 
ScanRegionOfInterestSettings(Rectangle, boolean) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.settings.ScanRegionOfInterestSettings
 
scanResultListener - Variable in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
ScanResultListener - Interface in com.microblink.blinkinput.view.recognition
Listener that will be notified when recognition is done.
scanSoundPlayer - Variable in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
ScanSoundPlayer - Class in com.microblink.blinkinput.fragment.overlay.components
 
ScanSoundPlayer() - Constructor for class com.microblink.blinkinput.fragment.overlay.components.ScanSoundPlayer
 
SEARCHING_DOCUMENT - Static variable in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureAction
 
serializeNative() - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
serializeNative() - Method in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
 
serializeNative() - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.Entity
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
 
serializeNativeSettings() - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
serializeToArray() - Method in class com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.ImageExtensionFactors
Serializes factors to array, factors are placed in resulting array in the following order [upFactor, rightFactor, downFactor, leftFactor].
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.Entity.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
 
serializeToByteArray() - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
 
setActionMoveCloser(String) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings.Builder
 
setActionProcessing(String) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings.Builder
 
setActionSearchingDocument(String) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings.Builder
 
setActivityTheme(int) - Method in class com.microblink.blinkinput.uisettings.UISettings
Sets theme that will be used by activity launched from these UiSettings.
setAllowFlippedRecognition(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
Set this to true to enable recognition of document also in upside down direction.
setAllowMissingDecimals(boolean) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
Indicates whether amounts without decimal are accepted as valid.
setAllowMultipleScanResultsOnSingleImage(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Sets whether or not outputting of multiple scan results from same image is allowed.
setAllowNegativeAmounts(boolean) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
Indicates whether negative values are accepted as valid amounts.
setAllowNoPrefix(boolean) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
Indicates whether USSD codes without prefix are allowed.
setAllowSpaceSeparators(boolean) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
Indicates whether amounts with space separators between groups of digits(thousands) are allowed.
setAlwaysReturnPrefix(boolean) - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
Should prefix (country code) always be returned.
setAnimateRotation(boolean) - Method in class com.microblink.blinkinput.view.CameraViewGroup
Sets whether rotation of rotatable view will be animated.
setAnimationDuration(long) - Method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManager
Sets the duration in miliseconds of quadview animation.
setAnimationListener(QuadViewAnimationListener) - Method in class com.microblink.blinkinput.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.blinkinput.entities.parsers.amount.AmountParser
Indicates whether Arabic-Indic mode is enabled.
setAspectMode(CameraAspectMode) - Method in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
setAspectMode(CameraAspectMode) - Method in class com.microblink.blinkinput.uisettings.CameraSettings.Builder
Defines which camera aspect mode will be used.
setAspectMode(CameraAspectMode) - Method in class com.microblink.blinkinput.view.BaseCameraView
Defines the aspect mode of camera preview.
setAspectRatio(double) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Sets the aspect ratio of document that will be detected.
setAutoScaleDetection(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Allow enabling the autodetection of image scale when scanning barcodes.
setBeepSoundId(int) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setBeepSoundResourceId(int) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings.Builder
 
setBeepSoundResourceID(int) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
setBeepSoundResourceID(int) - Method in class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
setBeepSoundResourceID(int) - Method in interface com.microblink.blinkinput.uisettings.options.BeepSoundUIOptions
Defines the resource ID of the sound to be played when recognition is successful.
setCameraEventsListener(BaseCameraEventsListener) - Method in class com.microblink.blinkinput.fragment.RecognizerRunnerFragment
Sets the camera events listener that will be additionally notified about camera events.
setCameraEventsListener(CameraEventsListener) - Method in class com.microblink.blinkinput.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.blinkinput.view.BaseCameraView
Set your custom implementation of camera frame factory.
setCameraSettings(OverlayCameraSettings) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setCameraSettings(OverlayCameraSettings) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings.Builder
 
setCameraSettings(OverlayCameraSettings) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
setCameraSettings(CameraSettings) - Method in class com.microblink.blinkinput.uisettings.UISettings
Sets camera settings that will be used for scanning
setCameraType(CameraType) - Method in class com.microblink.blinkinput.view.BaseCameraView
Sets the camera type that will be used.
setCapturedFullImage(HighResImageWrapper) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
setCasePostprocessorEnabled(boolean) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
If enabled, classification will be aided by character position in line.
setCircleColor(int) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
setClassificationProcessorGroups(ProcessorGroup[]) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
Sets processor groups that will be executed before classification, i.e.
setColor(int) - Method in class com.microblink.blinkinput.geometry.Quadrilateral
 
setColorDropoutEnabled(boolean) - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
Specifies if the additional image processing which drops the background colors should be performed.
setControlsLayoutConfig(ControlsLayoutConfig) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setCountryCodeWhitelist(String[]) - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
Set of allowed country codes.
setCurrentImageListener(CurrentImageListener) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
setCurrentImageListener(CurrentImageListener) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
setCurrentImageListener(CurrentImageListener) - Method in interface com.microblink.blinkinput.uisettings.options.CurrentImageListenerUIOptions
Sets implementation of CurrentImageListener interface that will obtain images that are currently being processed.
setCutoffCharFilterEnabled(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.entities.parsers.date.DateParser
Specifies the date formats that will be accepted by date parser.
setDateSeparatorChars(char[]) - Method in class com.microblink.blinkinput.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.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked when recognition process wishes to display a debug image.
setDebugImageListener(DebugImageListener) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setDebugImageListener(DebugImageListener) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings.Builder
 
setDebugImageListener(DebugImageListener) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
setDebugImageListener(DebugImageListener) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
setDebugImageListener(DebugImageListener) - Method in class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
setDebugImageListener(DebugImageListener) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
setDebugImageListener(DebugImageListener) - Method in interface com.microblink.blinkinput.uisettings.options.DebugImageListenerUIOptions
Sets implementation of DebugImageListener interface that will obtain images that are being processed.
setDebugTextCallback(DebugTextCallback) - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked when debug text information gets available.
setDetectFlippedTextEnabled(boolean) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
If enabled, OCR will produce result for the input image and for input image rotated by 180 degrees.
setDetectFullDocument(boolean) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
Defines whether full document will be detected.
setDetectGlare(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
setDetectGlare(boolean) - Method in interface com.microblink.blinkinput.entities.settings.GlareDetectorOptions
Defines whether glare detector will be used during recognition process.
setDetectionMode(DetectionMode) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Sets the detection mode that defines in which orientations can this document be detected.
setDisplayablePointsDetection(DisplayablePointsDetection) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
Clears line animation queue and calls OcrResultDotsView.addDisplayablePointsDetection(DisplayablePointsDetection) with given displayablePoints.
setDisplayablePointsDetection(DisplayablePointsDetection) - Method in interface com.microblink.blinkinput.view.viewfinder.points.IDisplayablePointsView
Displays given points detection and clears previously displayed content.
setDisplayablePointsDetection(DisplayablePointsDetection) - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
setDocumentType(OcrDocumentType) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Specifies the OCR document type that will be used to adjust the ocr engine settings.
setEncodeFullDocumentImage(boolean) - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.encode.EncodeFullDocumentImagesOptions
Sets whether full document image should be encoded in JPEG format and written into the corresponding recognition result.
setEncodeFullDocumentImage(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
setEncodeImage(boolean) - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
Defines whether saved image will also be encoded as JPEG.
setEndWithWhitespace(boolean) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
If set to true, regex will not be matched if there is no whitespace after matched string.
setFailedDetectionCallback(FailedDetectionCallback) - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked when all detections in Recognizer See FailedDetectionCallback for more information.
setFilterTouchesWhenObscured(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setForcedOrientation(OverlayOrientation) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
Defines forced overlay orientation.
setForceLegacyApi(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
setForceLegacyApi(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.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.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
The FrameCallback that will receive frames.
setFrameQualityEstimationMode(RecognizerBundle.FrameQualityEstimationMode) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Sets the mode of the frame quality estimation.
setFrameRecognitionCallback(FrameRecognitionCallback) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Sets the frame recognition callback that will be invoked for each camera frame, after the recognition has been completed.
setFullDocumentImageDpi(int) - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.dpi.FullDocumentImageDpiOptions
Sets desired DPI (Dots Per Inch) for full document image that should be returned.
setFullDocumentImageExtensionFactors(ImageExtensionFactors) - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.extension.FullDocumentImageExtensionOptions
Sets extension factors for full document image.
setFullDocumentImageExtensionFactors(ImageExtensionFactors) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
Sets extension factors for full document image.
setGlareCallback(GlareCallback) - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked when glare detection has completed.
setGrabFocusedFrames(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
Allow sending focused camera frames to FrameCallback.
setGrabUnfocusedFrames(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
Allow sending unfocused camera frames to FrameCallback.
setHelpAction(Runnable) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setHelpIntent(Intent) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
setHelpIntent(Intent) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
setHelpIntent(Intent) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
setHelpIntent(Intent) - Method in interface com.microblink.blinkinput.uisettings.options.HelpIntentUIOptions
Defines intent for help activity called when help should be shown.
setHighResFrameCaptureEnabled(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setHighResFrameCaptureEnabled(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.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.blinkinput.view.ocrResult.OcrResultCharsView
 
setHostActivityOrientation(int) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
 
setHostActivityOrientation(int) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
 
setHostActivityOrientation(int) - Method in class com.microblink.blinkinput.view.viewfinder.points.PointSetView
 
setImageOrientation(Orientation) - Method in class com.microblink.blinkinput.image.Image
Use this method to change Image's orientation.
setImageProcessingEnabled(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
setInfiniteLoopScan(boolean) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
If set to true, scan activity will never return.
setInitialHostActivityOrientation(int) - Method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewManager
Changes initial host activity orientation.
setInitialOrientation(Orientation) - Method in class com.microblink.blinkinput.view.BaseCameraView
Sets the initial orientation of rotatable view and recognizer.
setInitialOrientation(Orientation) - Method in class com.microblink.blinkinput.view.CameraViewGroup
Sets the initial orientation of rotatable view and recognizer.
setIntentDataTransferMode(IntentDataTransferMode) - Static method in class com.microblink.blinkinput.MicroblinkSDK
Sets intent data transfer mode for passing Microblink SDK data between activities.
setIsDefaultQuad(boolean) - Method in class com.microblink.blinkinput.geometry.Quadrilateral
 
setIsOptimizedForNearScan(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
setIsOptimizedForNearScan(boolean) - Method in class com.microblink.blinkinput.uisettings.CameraSettings.Builder
Defines whether camera parameters should be optimized for near object scanning.
setIsPinchToZoomAllowed(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
setIsPinchToZoomAllowed(boolean) - Method in class com.microblink.blinkinput.uisettings.CameraSettings.Builder
 
setLandscapeScale(double, double) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Sets the scale and scale tolerance that will be used when detecting document in landscape orientation.
setLanguageAndCountry(String, String, Context) - Static method in class com.microblink.blinkinput.locale.LanguageUtils
Sets the language and country locale for given language and country.
setLanguageConfiguration(Resources) - Static method in class com.microblink.blinkinput.locale.LanguageUtils
Method that will set correct language configuration to given Resources object.
setLicenseBuffer(byte[], Context) - Static method in class com.microblink.blinkinput.MicroblinkSDK
Set license buffer and unlock the SDK.
setLicenseBuffer(byte[], String, Context) - Static method in class com.microblink.blinkinput.MicroblinkSDK
Set license buffer and unlock the SDK.
setLicenseFile(String, Context) - Static method in class com.microblink.blinkinput.MicroblinkSDK
Set the license file and unlock the SDK.
setLicenseFile(String, String, Context) - Static method in class com.microblink.blinkinput.MicroblinkSDK
Set the license file and unlock the SDK.
setLicenseKey(String, Context) - Static method in class com.microblink.blinkinput.MicroblinkSDK
Set license key and unlock the SDK.
setLicenseKey(String, String, Context) - Static method in class com.microblink.blinkinput.MicroblinkSDK
Set license key and unlock the SDK.
setLifecycle(Lifecycle) - Method in class com.microblink.blinkinput.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.blinkinput.geometry.Quadrilateral
 
setMaxAngle(double) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Sets maximum angle for document detection.
setMaximumAllowedCharRecognitionVariants(int) - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.AbstractOCREngineOptions
Sets the maximum number of chars expected in the image.
setMaximumLineHeight(float) - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Sets the maximum height of the line of text given in pixels.
setMetadataCallbacks(MetadataCallbacks) - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Sets the metadata callbacks that will obtain metadata during processing.
setMetadataCallbacks(MetadataCallbacks) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Sets the metadata callbacks that will obtain metadata during processing.
setMeteringAreas() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
setMeteringAreas() - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
setMeteringAreas(RectF[], boolean) - Method in class com.microblink.blinkinput.view.BaseCameraView
Sets the areas where camera will perform focus, exposure and white balance meterings.
setMeteringAreasToCamera() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
setMinDocumentScale(float) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
Defines minimum document scale calculated as ratio of minimal document dimension and minimal dimension of the input image.
setMinimumCharHeight(float) - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Sets the minimum height of the char that can be classified.
setMinimumLineHeight(float) - Method in class com.microblink.blinkinput.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.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
Sets the minimum height of the line of text given in pixels.
setNativeClass(long, int) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer.Result
 
setNativeClass(long, int) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer.Result
 
setNativePolicy(long) - Method in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.DPIBasedDewarpPolicy
 
setNativePolicy(long) - Method in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.FixedDewarpPolicy
 
setNativePolicy(long) - Method in class com.microblink.blinkinput.entities.recognizers.templating.dewarpPolicies.NoUpScalingDewarpPolicy
 
setNativePolicy(long) - Method in class com.microblink.blinkinput.entities.recognizers.templating.DewarpPolicy
 
setNativeTemplatingClasses(long[]) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
setNativeTemplatingClasses(long[]) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer
 
setNoisePostprocessingEnabled(boolean) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
If enabled noisy lines will be removed from the result.
setNonClassificationProcessorGroups(ProcessorGroup[]) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
Sets processor groups that will be executed if TemplatingClassifier.classify(TemplatingClass) returns true.
setNullQuietZoneAllowed(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Allow scanning PDF417 barcodes which don't have quiet zone surrounding it (e.g.
setNullQuietZoneAllowed(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
Allow scanning PDF417 barcodes which don't have quiet zone surrounding it (e.g.
setNumMsBeforeTimeout(int) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Set the duration in milliseconds that needs to pass since scanning has begun in order to define timeout.
setNumStableDetectionsThreshold(int) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
Sets minimum number of stable detections required for detection to be successful
setNumStableDetectionsThreshold(int) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
Minimum number of stable detections required for detection to be successful.
setOcrCallback(OcrCallback) - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
Callback that will be invoked with displayable OCR result obtained during recognition process.
setOcrEngineOptions(AbstractOCREngineOptions) - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
Sets the OCR engine options used in Regex OCR parser.
setOcrEngineOptions(AbstractOCREngineOptions) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
Sets the OCR engine options used in Regex OCR parser.
setOCRModel(DeepOCRModel) - Method in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
Specifies the Deep OCR model that will be used.
setOcrResult(DisplayableOcrResult) - Method in interface com.microblink.blinkinput.view.ocrResult.IOcrResultView
Displays given OCR result and clears previously displayed content.
setOcrResult(DisplayableOcrResult) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultCharsView
 
setOcrResult(DisplayableOcrResult) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultDotsView
Clears line animation queue and calls OcrResultDotsView.addOcrResult(DisplayableOcrResult) with given result.
setOcrResult(DisplayableOcrResult) - Method in class com.microblink.blinkinput.view.ocrResult.OcrResultHorizontalDotsView
Deprecated.
Clears line animation queue and calls addOcrResult with given result
setOcrResultDisplayMode(OcrResultDisplayMode) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
setOcrResultDisplayMode(OcrResultDisplayMode) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
setOcrResultDisplayMode(OcrResultDisplayMode) - Method in interface com.microblink.blinkinput.uisettings.options.OcrResultDisplayUIOptions
Defines mode in which OCR result will be drawn on camera preview.
setOnActivityFlipListener(OnActivityFlipListener) - Method in class com.microblink.blinkinput.view.BaseCameraView
Sets the listener that will be notified when activity flip event occurs.
setOnSizeChangedListener(OnSizeChangedListener) - Method in class com.microblink.blinkinput.view.BaseCameraView
Sets the listener that will be notified when size of child views changes.
setOptimizeCameraForNearScan(boolean) - Method in class com.microblink.blinkinput.view.BaseCameraView
 
setOptional(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.image.ImageFrame
Sets the orientation of the current frame.
setOrientationAllowedListener(OrientationAllowedListener) - Method in class com.microblink.blinkinput.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 class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
Provide your own style to replace default icons and colors.
setOverlayViewStyle(int) - Method in interface com.microblink.blinkinput.uisettings.options.StyleUIOptions
Sets style resource ID to replace default icons and colors in overlay view.
setParser(Parser) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Sets the parser that will be used for this scan element.
setPinchToZoomAllowed(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.geometry.Quadrilateral
 
setPointsDetectionCallback(PointsDetectionCallback) - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
A callback that will be invoked when DisplayablePointsDetection gets available.
setPortraitScale(double, double) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Sets the scale and scale tolerance that will be used when detecting document in portrait orientation.
setPrefixAndUssdCodeLength(String, int) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
Sets the given top up prefix and USSD code length.
setQuadDetectionCallback(QuadDetectionCallback) - Method in class com.microblink.blinkinput.metadata.MetadataCallbacks
A callback that will be invoked when DisplayableQuadDetection gets available.
setQuadViewPreset(QuadViewPreset) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setRatioPostprocessorEnabled(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Enable reading code39 barcode contents as extended data.
setRecognitionDebugMode(RecognizerBundle.RecognitionDebugMode) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
This method is for debugging and testing purposes only.
setRecognitionFeedbackHandler(RecognitionFeedbackHandler) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setRecognizerBundle(RecognizerBundle) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Sets the recognizer bundle containing recognizers that will perform the recognition.
setRegex(String) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
Defines regex that will be used to parse OCR data.
setRegionOfInterestRotatable(boolean) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
Defines whether ROI (Region of Interest) will be rotated with user interface.
setRelativeCenter(PointF) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.view.SuccessFlashView
 
setRequestAutofocusOnShakingStopInContinousAutofocusMode(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.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 and TextureView.
setRequired(boolean) - Method in class com.microblink.blinkinput.entities.parsers.Parser
Defines whether the parser configured with this parser settings object will be required or optional.
setReturnCodeWithoutPrefix(boolean) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
Indicates whether *digits* prefix and # at the end of scanned USSD code will be returned.
setReturnFullDocumentImage(boolean) - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.FullDocumentImageOptions
Sets whether full document image should be available in FullDocumentImageResult.
setReturnFullDocumentImage(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
setROI(Rect) - Method in class com.microblink.blinkinput.image.Image
Sets the region of interest in image.
setRotatable(boolean) - Method in class com.microblink.blinkinput.view.CameraViewGroup.LayoutParams
 
setRotationAnimationDuration(int) - Method in class com.microblink.blinkinput.view.CameraViewGroup
Sets the duration of rotatable view rotation animation (valid only if setAnimateRotation(true) was called).
setScale(double, double) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Sets the scale and scale tolerance that will be used when detecting document in both orientations.
setScanAztecCode(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should Aztec 2D barcode be scanned.
setScanCode128(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should Code128 barcode be scanned.
setScanCode39(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should Code39 barcode be scanned.
setScanDataMatrix(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should DataMatrix 2D barcode be scanned.
setScanEan13(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should EAN13 barcode be scanned.
setScanEan8(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should EAN8 barcode be scanned.
setScanInverse(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Enables scanning of barcodes with inverse intensity values (e.g.
setScanInverse(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
Enables scanning of barcodes with inverse intensity values (e.g.
setScanItf(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should ITF barcode be scanned.
setScanningRegion(Rectangle, boolean) - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Define scanning region as a rectangle.
setScanPdf417(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should PDF417 2D barcode be scanned.
setScanQrCode(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should QR code be scanned.
setScanRegionOfInterest(Rectangle) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
Sets the scanning ROI (Region of Interest) that will be scanned.
setScanRegionOfInterestSettings(ScanRegionOfInterestSettings) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setScanRegionRelativeHeight(float) - Method in class com.microblink.blinkinput.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.blinkinput.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.blinkinput.view.recognition.RecognizerRunnerView
Sets the listener that will obtain the results of the scanning.
setScanUncertain(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Enable decoding of non-standard PDF417 barcodes, but without guarantee that all data will be read.
setScanUncertain(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
Enable decoding of non-standard PDF417 barcodes, but without guarantee that all data will be read.
setScanUpca(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should UPCA barcode be scanned.
setScanUpce(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should UPCE barcode be scanned.
setShakeListener(ShakeCallback) - Method in class com.microblink.blinkinput.view.BaseCameraView
Sets the shake callback that will be notified about device shake events.
setShouldAnimate(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
 
setShownScanRegionRelativeHeight(float) - Method in class com.microblink.blinkinput.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.blinkinput.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.blinkinput.MicroblinkSDK
Disable or enable showing of toast when trial license key is entered.
setSimultaneouslyStartAnimations(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
 
setSlowerThoroughScan(boolean) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Enable slower, but more thorough scanning, thus giving higher possibility of successful scan.
setSpecifications(MrtdSpecification[]) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
Sets one or more MrtdSpecification objects that will define which MRTD documents should be detectable.
setSpinnerColor(int) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
setSpinnerStartAngle(float) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
setSpinnerSweepAngle(float) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonView
 
setSplashResourceId(int) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setSplashResourceId(int) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
setSplashScreenLayoutResourceId(int) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlaySettings.Builder
 
setSplashScreenLayoutResourceID(int) - Method in class com.microblink.blinkinput.uisettings.BasicScanUISettings
 
setSplashScreenLayoutResourceID(int) - Method in class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
 
setSplashScreenLayoutResourceID(int) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
setSplashScreenLayoutResourceID(int) - Method in interface com.microblink.blinkinput.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.blinkinput.fragment.RecognizerRunnerFragment
Sets the resource layout identifier for camera splash screen.
setStartWithWhitespace(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
 
setStatusMessageTranslator(StatusMessageTranslator) - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlaySettings.Builder
 
setStrings(DetectionOverlayStrings) - Method in class com.microblink.blinkinput.uisettings.DocumentCaptureUISettings
Sets strings that will be used in the UI.
setStrings(T) - Method in interface com.microblink.blinkinput.uisettings.options.StringsUIOptions
Sets strings that will be used in the UI.
setSuccessfulImageListener(SuccessfulImageListener) - Method in class com.microblink.blinkinput.uisettings.FieldByFieldUISettings
 
setSuccessfulImageListener(SuccessfulImageListener) - Method in interface com.microblink.blinkinput.uisettings.options.SuccessfulImageListenerUIOptions
Sets implementation of SuccessfulImageListener interface that will obtain images from the successful scan.
setSuccessImageListener(SuccessfulImageListener) - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlaySettings.Builder
 
setSurface(CameraSurface) - Method in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
setSurface(CameraSurface) - Method in class com.microblink.blinkinput.uisettings.CameraSettings.Builder
Defines which view will be used for displaying camera preview.
setTapToFocusAllowed(boolean) - Method in class com.microblink.blinkinput.view.BaseCameraView
Sets whether camera view will handle tap events to ask camera to perform autofocus on tapped area.
setTemplatingClasses(TemplatingClass[]) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer
Sets zero or more TemplatingClass that will try to be matched against document that is being recognized.
setTemplatingClassifier(TemplatingClassifier) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
Sets the classifier which will tell whether currently processed document belongs to this class.
setText(String) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Sets the text that will be displayed when parser is active.
setTextResource(int) - Method in class com.microblink.blinkinput.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.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Sets the title that will be displayed.
setTitleResource(int) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
Sets the resource ID representing title that will be displayed.
setTopUpPreset(TopUpPreset) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
Sets the top up prefix and USSD code length based on the given TopUpPreset.
setTorchState(boolean, SuccessCallback) - Method in class com.microblink.blinkinput.view.BaseCameraView
Turns the torch on the camera on or off.
setTorchStateListener(OverlayTorchStateListener) - Method in class com.microblink.blinkinput.fragment.overlay.components.TorchController
 
setTorchStateListener(OverlayTorchStateListener) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
Sets the torch state listener that will be notified when torch state is changed.
setType(CameraType) - Method in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
setType(CameraType) - Method in class com.microblink.blinkinput.uisettings.CameraSettings.Builder
Sets type of camera that will be used.
setup(int) - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.view.SuccessFlashView
 
setup(RecognizerRunnerView) - Method in class com.microblink.blinkinput.fragment.overlay.components.TorchController
 
setup(ImageView, RecognizerRunnerView) - Method in class com.microblink.blinkinput.fragment.overlay.components.TorchController
 
setup(ImageView, RecognizerRunnerView, Drawable, Drawable) - Method in class com.microblink.blinkinput.fragment.overlay.components.TorchController
 
setUseCardDetector(boolean) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
Enable detection correction with card detector.
setUseSieve(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.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.blinkinput.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.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings.Builder
 
setVideoResolutionPreset(VideoResolutionPreset) - Method in class com.microblink.blinkinput.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.blinkinput.view.BaseCameraView
 
setVisiblePart(RectF) - Method in class com.microblink.blinkinput.image.ImageFrame
sets the region that defines the visible part of frame
setWordProcessingEnabled(boolean) - Method in class com.microblink.blinkinput.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.blinkinput.geometry.Point
Sets the x coordinate of the point.
setXRange(double, double) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Sets percentage of possible document offset on x axis.
setY(float) - Method in class com.microblink.blinkinput.geometry.Point
Sets the y coordinate of the point.
setYRange(double, double) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
Sets percentage of possible document offset on y axis.
setZoomLevel(float) - Method in class com.microblink.blinkinput.view.BaseCameraView
Sets the camera zoom level.
ShakeCallback - Interface in com.microblink.blinkinput.hardware.accelerometer
 
shouldAllowMissingDecimals() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
Indicates whether amounts without decimal are accepted as valid.
shouldAllowMultipleScanResultsOnSingleImage() - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Returns true if multiple scan results can be obtained from single image.
shouldAllowNegativeAmounts() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
Indicates whether negative values are accepted as valid amounts.
shouldAllowNoPrefix() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
Indicates whether USSD codes without prefix are allowed.
shouldAllowSpaceSeparators() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
Indicates whether amounts with space separators between groups of digits(thousands) are allowed.
shouldAlwaysReturnPrefix() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
Should prefix (country code) always be returned.
shouldAnimate() - Method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
 
shouldAnimateRotation() - Method in class com.microblink.blinkinput.view.CameraViewGroup
Returns true if rotatable view's rotation should be animated.
shouldDetectGlare() - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
shouldDetectGlare() - Method in interface com.microblink.blinkinput.entities.settings.GlareDetectorOptions
Returns whether glare detector is enabled.
shouldEncodeFullDocumentImage() - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.encode.EncodeFullDocumentImagesOptions
Returns whether encoding of full document images and writing them into the recognition result is enabled.
shouldEncodeFullDocumentImage() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
shouldEncodeImage() - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
Defines whether saved image will also be encoded as JPEG.
shouldEndWithWhitespace() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
Returns whether matched string must end with whitespace.
shouldGrabFocusedFrames() - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
Allow sending focused camera frames to FrameCallback.
shouldGrabUnfocusedFrames() - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
Allow sending unfocused camera frames to FrameCallback.
shouldReadCode39AsExtendedData() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Enable reading code39 barcode contents as extended data.
shouldResetStateOnRecognizerResume() - Method in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
shouldResetStateOnRecognizerResume() - Method in class com.microblink.blinkinput.fragment.overlay.basic.BasicOverlayController
 
shouldResetStateOnRecognizerResume() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureOverlayController
 
shouldResetStateOnRecognizerResume() - Method in class com.microblink.blinkinput.fragment.overlay.fieldbyfield.FieldByFieldOverlayController
 
shouldReturnCodeWithoutPrefix() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
Indicates whether *digits* prefix and # at the end of scanned USSD code will be returned.
shouldReturnFullDocumentImage() - Method in interface com.microblink.blinkinput.entities.recognizers.blinkid.imageoptions.FullDocumentImageOptions
Returns whether full document image will be available in FullDocumentImageResult.
shouldReturnFullDocumentImage() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
shouldRotateScanningRegion() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
Returns true if scanning region should be rotated with device.
shouldScanAztecCode() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should Aztec 2D barcode be scanned.
shouldScanCode128() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should Code128 barcode be scanned.
shouldScanCode39() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should Code39 barcode be scanned.
shouldScanDataMatrix() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should DataMatrix 2D barcode be scanned.
shouldScanEan13() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should EAN13 barcode be scanned.
shouldScanEan8() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should EAN8 barcode be scanned.
shouldScanItf() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should ITF barcode be scanned.
shouldScanPdf417() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should PDF417 2D barcode be scanned.
shouldScanQrCode() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should QR code be scanned.
shouldScanUpca() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should UPCA barcode be scanned.
shouldScanUpce() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
Should UPCE barcode be scanned.
shouldStartCamera() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
shouldStartCamera() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
 
shouldStartWithWhitespace() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
Returns whether matched string must start with whitespace.
shouldUseSieve() - Method in class com.microblink.blinkinput.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.blinkinput.entities.parsers.regex.RegexParser
Returns true if algorithm for combining consecutive OCR results between video frames for improving OCR quality is used.
showAction(DocumentCaptureAction) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
showAction(DocumentCaptureAction) - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Displays some action message the to user.
showDetection(DisplayableQuadDetection) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
showDetection(DisplayableQuadDetection) - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Displays given detection to the user.
showScanSuccess(DocumentCaptureContract.UiUpdateListener) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayView
 
showScanSuccess(DocumentCaptureContract.UiUpdateListener) - Method in interface com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureContract.OverlayView
Displays the scan success.
showSnackbar() - Method in class com.microblink.blinkinput.fragment.overlay.components.snackbar.SnackbarManager
 
SimNumberRecognizer - Class in com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber
Recognizer that can perform recognition of barcodes on SIM packaging.
SimNumberRecognizer() - Constructor for class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer
 
SimNumberRecognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber
 
SnackbarManager - Class in com.microblink.blinkinput.fragment.overlay.components.snackbar
 
SnackbarManager(ViewSwitcher, String, Drawable, StatusTextStyler, int, int) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.snackbar.SnackbarManager
 
SnackbarManager(ViewSwitcher, String, Drawable, StatusTextStyler) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.snackbar.SnackbarManager
 
Specification - Class in com.microblink.blinkinput.entities.detectors.quad
Base class for all specifications that can be used for detection.
Specification(long, boolean) - Constructor for class com.microblink.blinkinput.entities.detectors.quad.Specification
 
SplashScreenUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
STAGE_SUCCESSFUL - Static variable in class com.microblink.blinkinput.recognition.RecognitionSuccessType
Recognition has successfully completed one stage (one side of the document has been scanned).
StageValid - Static variable in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result.State
All mandatory information from one side of the document was extracted.
STANDARD - Static variable in class com.microblink.blinkinput.intent.IntentDataTransferMode
Standard Android intent data transfer.
start() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
start() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
This method must be called from activity's onStart.
startActivityForResult(Activity, int, UISettings) - Static method in class com.microblink.blinkinput.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.blinkinput.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.blinkinput.uisettings.ActivityRunner
Starts the activity associated with this settings object for result with given request code.
startAnimation() - Method in class com.microblink.blinkinput.fragment.overlay.components.feedback.view.SuccessFlashView
 
STARTED - Static variable in class com.microblink.blinkinput.fragment.overlay.OverlayState
 
STARTED - Static variable in class com.microblink.blinkinput.view.BaseCameraView.CameraViewState
Indicates that start() has been called, next you need to call resume() method
startSpinnerAnimation() - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.capture.CaptureButtonManager
 
STATIC_CHARS - Static variable in class com.microblink.blinkinput.uisettings.options.OcrResultDisplayMode
In place of character recognition, recognized value will be drawn.
StatusMessageTranslator - Interface in com.microblink.blinkinput.fragment.overlay.components.statusmsg
 
StatusMessageTranslator.Event - Class in com.microblink.blinkinput.fragment.overlay.components.statusmsg
 
statusTextId - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.ControlsLayoutConfig
 
StatusTextManager - Class in com.microblink.blinkinput.fragment.overlay.components.statusmsg
 
StatusTextManager(TextSwitcher, StatusTextStyler, int, int) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
 
StatusTextManager(TextSwitcher, StatusTextStyler) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
 
StatusTextStyler - Interface in com.microblink.blinkinput.fragment.overlay.components.statusmsg
 
StatusTextStyler.Default - Class in com.microblink.blinkinput.fragment.overlay.components.statusmsg
 
stop() - Method in class com.microblink.blinkinput.view.BaseCameraView
 
stop() - Method in class com.microblink.blinkinput.view.recognition.RecognizerRunnerView
This method must be called from activity's onStop.
StringsUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
StyleUIOptions - Interface in com.microblink.blinkinput.uisettings.options
 
SUCCESS - Static variable in class com.microblink.blinkinput.entities.detectors.Detector.Result.DetectionCode
Indicates object was detected successfully
SUCCESS - Static variable in class com.microblink.blinkinput.view.recognition.DetectionStatus
Object successfully detected
SuccessCallback - Interface in com.microblink.blinkinput.hardware
Callback that will be invoked when some asynchronous operation has finished.
SuccessFlashView - Class in com.microblink.blinkinput.fragment.overlay.components.feedback.view
 
SuccessFlashView(Context) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.feedback.view.SuccessFlashView
 
SuccessFlashView(Context, AttributeSet) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.feedback.view.SuccessFlashView
 
SuccessFlashView(Context, AttributeSet, int) - Constructor for class com.microblink.blinkinput.fragment.overlay.components.feedback.view.SuccessFlashView
 
SuccessFrameGrabberRecognizer - Class in com.microblink.blinkinput.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.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
SuccessFrameGrabberRecognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.successframe
 
SUCCESSFUL - Static variable in class com.microblink.blinkinput.recognition.RecognitionSuccessType
Recognition performed successfully (all data found).
SUCCESSFUL_SCAN - Static variable in class com.microblink.blinkinput.image.ImageType
This is the original image that arrived from camera that was used to recognize item.
SuccessfulImageListener - Interface in com.microblink.blinkinput.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.blinkinput.uisettings.options
 
surface - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings
 
surface - Variable in class com.microblink.blinkinput.uisettings.CameraSettings
 

T

TemplatingClass - Class in com.microblink.blinkinput.entities.recognizers.templating
Class that represents a specific class of documents when used within Templating API.
TemplatingClass() - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
 
TemplatingClassifier - Interface in com.microblink.blinkinput.entities.recognizers.templating
Classifier that should return true if document belongs to given TemplatingClass.
TemplatingRecognizer - Class in com.microblink.blinkinput.entities.recognizers.templating
Base of all recognizers that support Templating API.
TemplatingRecognizer(long, R) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer
 
TemplatingRecognizer(long, R, Parcel) - Constructor for class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer
 
TemplatingRecognizer.Result - Class in com.microblink.blinkinput.entities.recognizers.templating
 
terminate() - Method in class com.microblink.blinkinput.directApi.RecognizerRunner
Terminates the native library.
terminateNative(long) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentDetector
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecification
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecification
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.detectors.quad.Specification
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.Entity.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.Entity
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCREngineOptions
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.ocrengine.legacy.BlinkOCREngineOptions
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer
Deprecated.
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
 
terminateNative(long) - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
TIMEOUT_INFINITY - Static variable in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
Constant used as argument for RecognizerBundle.setNumMsBeforeTimeout(int) method when timeout should be set to infinity.
toActivityInfoOrientation() - Method in class com.microblink.blinkinput.uisettings.options.OverlayOrientation
Helper method to convert OverlayOrientation to ActivityInfo constant.
toFloatArray(float[]) - Method in class com.microblink.blinkinput.geometry.Quadrilateral
Converts this quadrilateral to array of float points.
toggleTorchState() - Method in class com.microblink.blinkinput.fragment.overlay.components.TorchController
 
toOrientation() - Method in class com.microblink.blinkinput.uisettings.options.OverlayOrientation
Helper method to convert OverlayOrientation to Orientation.
TOP_UP_PRESET_103 - Static variable in class com.microblink.blinkinput.entities.parsers.topup.TopUpPreset
For top ups which begin with *103* and USSD code length is 14
TOP_UP_PRESET_123 - Static variable in class com.microblink.blinkinput.entities.parsers.topup.TopUpPreset
For top ups which begin with *123* prefix and USSD code length is 14
TOP_UP_PRESET_131 - Static variable in class com.microblink.blinkinput.entities.parsers.topup.TopUpPreset
For top ups which begin with *131* and USSD code length is 13
TOP_UP_PRESET_GENERIC - Static variable in class com.microblink.blinkinput.entities.parsers.topup.TopUpPreset
For top ups with any prefix and USSD code length from interval [13, 16]
TopUpParser - Class in com.microblink.blinkinput.entities.parsers.topup
A parser that can extract TopUp (mobile phone coupon) codes from OCR result.
TopUpParser() - Constructor for class com.microblink.blinkinput.entities.parsers.topup.TopUpParser
 
TopUpParser.Result - Class in com.microblink.blinkinput.entities.parsers.topup
 
TopUpPreset - Class in com.microblink.blinkinput.entities.parsers.topup
Supported top up presets which determine top up prefix and USSD code length.
torchButtonId - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.ControlsLayoutConfig
 
torchController - Variable in class com.microblink.blinkinput.fragment.overlay.BaseOverlayController
 
TorchController - Class in com.microblink.blinkinput.fragment.overlay.components
 
TorchController() - Constructor for class com.microblink.blinkinput.fragment.overlay.components.TorchController
 
toRectF() - Method in class com.microblink.blinkinput.geometry.Rectangle
 
toString() - Method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MRTDDetector.Result
 
toString() - Method in class com.microblink.blinkinput.entities.detectors.quad.QuadDetector.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.amount.AmountParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.date.DateParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.email.EmailParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.iban.IbanParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.licenseplates.LicensePlatesParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.Parser.Result
Returns extracted result string.
toString() - Method in class com.microblink.blinkinput.entities.parsers.raw.RawParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.regex.RegexParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.topup.TopUpParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.parsers.vin.VinParser.Result
 
toString() - Method in class com.microblink.blinkinput.entities.processors.imageReturn.ImageReturnProcessor.Result
 
toString() - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor.Result
 
toString() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.barcode.BarcodeRecognizer.Result
 
toString() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.pdf417.Pdf417Recognizer.Result
Deprecated.
 
toString() - Method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.simnumber.SimNumberRecognizer.Result
 
toString() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer.Result
 
toString() - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizer.Result
 
toString() - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
 
toString() - Method in class com.microblink.blinkinput.geometry.Point
 
toString() - Method in class com.microblink.blinkinput.geometry.Quadrilateral
 
toString() - Method in class com.microblink.blinkinput.geometry.Rectangle
 
toString() - Method in class com.microblink.blinkinput.hardware.orientation.Orientation
 
toString() - Method in class com.microblink.blinkinput.results.date.Date
 
toString() - Method in class com.microblink.blinkinput.results.date.DateResult
 
toString() - Method in class com.microblink.blinkinput.results.ocr.OcrBlock
 
toString() - Method in class com.microblink.blinkinput.results.ocr.OcrChar
 
toString() - Method in class com.microblink.blinkinput.results.ocr.OcrLine
 
toString() - Method in class com.microblink.blinkinput.results.ocr.OcrResult
 
type - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings
 
type - Variable in class com.microblink.blinkinput.uisettings.CameraSettings
 

U

UISettings - Class in com.microblink.blinkinput.uisettings
Base class for all concrete scan activity settings classes.
UISettings() - Constructor for class com.microblink.blinkinput.uisettings.UISettings
 
Uncertain - Static variable in class com.microblink.blinkinput.entities.parsers.Parser.Result.State
 
Uncertain - Static variable in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result.State
Some but not all mandatory information was extracted
UNSUCCESSFUL - Static variable in class com.microblink.blinkinput.recognition.RecognitionSuccessType
Recognition performed unsuccessfully (no data found).
UNSUPPORTED_ANDROID_VERSION - Static variable in class com.microblink.blinkinput.util.RecognizerCompatibilityStatus
Device's Android version is not supported.
UNSUPPORTED_ANDROID_VERSION - Static variable in class com.microblink.blinkinput.view.NotSupportedReason
Indicates that current version of android is not supported.
UNSUPPORTED_PROCESSOR_ARCHITECTURE - Static variable in class com.microblink.blinkinput.view.NotSupportedReason
Indicates that device has a processor that is not supported (for example ARMv7 processor without NEON SIMD instruction support)
UPCA - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
UPC A barcode was scanned
UPCE - Static variable in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
UPC E barcode was scanned
updateStatus(int) - Method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
Updates the current status message with the given one.
updateStatus(String) - Method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
Similar to StatusTextManager.updateStatus(int) but takes string as argument.
updateStatusImmediately(int) - Method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
Updates the current status message with the given one, immediately.
updateStatusImmediately(CharSequence) - Method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusTextManager
Updates the current status message with the given one, immediately.
updateTorchState(boolean) - Method in class com.microblink.blinkinput.fragment.overlay.components.TorchController
 

V

Valid - Static variable in class com.microblink.blinkinput.entities.parsers.Parser.Result.State
 
Valid - Static variable in class com.microblink.blinkinput.entities.processors.Processor.Result.State
 
Valid - Static variable in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result.State
All mandatory information was extracted.
valueOf(String) - Static method in class com.microblink.blinkinput.directApi.RecognizerRunner.State
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.detectors.Detector.Result.DetectionCode
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.detectors.quad.document.DetectionMode
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecificationPreset
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCRModel
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.ocrengine.legacy.OcrDocumentType
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.parsers.Parser.Result.State
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.parsers.topup.TopUpPreset
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.processors.Processor.Result.State
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result.State
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
 
valueOf(String) - Static method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.RecognitionDebugMode
 
valueOf(String) - Static method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
valueOf(String) - Static method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureAction
 
valueOf(String) - Static method in class com.microblink.blinkinput.fragment.overlay.OverlayState
 
valueOf(String) - Static method in class com.microblink.blinkinput.hardware.camera.CameraType
 
valueOf(String) - Static method in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
 
valueOf(String) - Static method in class com.microblink.blinkinput.hardware.orientation.Orientation
 
valueOf(String) - Static method in class com.microblink.blinkinput.image.ImageFormat
 
valueOf(String) - Static method in class com.microblink.blinkinput.image.ImageType
 
valueOf(String) - Static method in class com.microblink.blinkinput.intent.IntentDataTransferMode
 
valueOf(String) - Static method in class com.microblink.blinkinput.licence.LicenceUnlockInfo.Issue
 
valueOf(String) - Static method in class com.microblink.blinkinput.metadata.detection.points.PointsType
 
valueOf(String) - Static method in class com.microblink.blinkinput.recognition.RecognitionSuccessType
 
valueOf(String) - Static method in class com.microblink.blinkinput.results.ocr.OcrFont
 
valueOf(String) - Static method in class com.microblink.blinkinput.uisettings.options.OcrResultDisplayMode
 
valueOf(String) - Static method in class com.microblink.blinkinput.uisettings.options.OverlayOrientation
 
valueOf(String) - Static method in class com.microblink.blinkinput.util.RecognizerCompatibilityStatus
 
valueOf(String) - Static method in class com.microblink.blinkinput.view.BaseCameraView.CameraViewState
 
valueOf(String) - Static method in class com.microblink.blinkinput.view.CameraAspectMode
 
valueOf(String) - Static method in class com.microblink.blinkinput.view.NotSupportedReason
 
valueOf(String) - Static method in class com.microblink.blinkinput.view.recognition.DetectionStatus
 
valueOf(String) - Static method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewPreset
 
values() - Static method in class com.microblink.blinkinput.directApi.RecognizerRunner.State
 
values() - Static method in class com.microblink.blinkinput.entities.detectors.Detector.Result.DetectionCode
 
values() - Static method in class com.microblink.blinkinput.entities.detectors.quad.document.DetectionMode
 
values() - Static method in class com.microblink.blinkinput.entities.detectors.quad.document.DocumentSpecificationPreset
 
values() - Static method in class com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecificationPreset
 
values() - Static method in class com.microblink.blinkinput.entities.ocrengine.deep.DeepOCRModel
 
values() - Static method in class com.microblink.blinkinput.entities.ocrengine.legacy.OcrDocumentType
 
values() - Static method in class com.microblink.blinkinput.entities.parsers.date.DateFormat
 
values() - Static method in class com.microblink.blinkinput.entities.parsers.Parser.Result.State
 
values() - Static method in class com.microblink.blinkinput.entities.parsers.topup.TopUpPreset
 
values() - Static method in class com.microblink.blinkinput.entities.processors.Processor.Result.State
 
values() - Static method in class com.microblink.blinkinput.entities.recognizers.blinkbarcode.BarcodeType
 
values() - Static method in class com.microblink.blinkinput.entities.recognizers.Recognizer.Result.State
 
values() - Static method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.FrameQualityEstimationMode
 
values() - Static method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle.RecognitionDebugMode
 
values() - Static method in class com.microblink.blinkinput.fragment.overlay.components.statusmsg.StatusMessageTranslator.Event
 
values() - Static method in class com.microblink.blinkinput.fragment.overlay.documentcapture.DocumentCaptureAction
 
values() - Static method in class com.microblink.blinkinput.fragment.overlay.OverlayState
 
values() - Static method in class com.microblink.blinkinput.hardware.camera.CameraType
 
values() - Static method in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
 
values() - Static method in class com.microblink.blinkinput.hardware.orientation.Orientation
 
values() - Static method in class com.microblink.blinkinput.image.ImageFormat
 
values() - Static method in class com.microblink.blinkinput.image.ImageType
 
values() - Static method in class com.microblink.blinkinput.intent.IntentDataTransferMode
 
values() - Static method in class com.microblink.blinkinput.licence.LicenceUnlockInfo.Issue
 
values() - Static method in class com.microblink.blinkinput.metadata.detection.points.PointsType
 
values() - Static method in class com.microblink.blinkinput.recognition.RecognitionSuccessType
 
values() - Static method in class com.microblink.blinkinput.results.ocr.OcrFont
 
values() - Static method in class com.microblink.blinkinput.uisettings.options.OcrResultDisplayMode
 
values() - Static method in class com.microblink.blinkinput.uisettings.options.OverlayOrientation
 
values() - Static method in class com.microblink.blinkinput.util.RecognizerCompatibilityStatus
 
values() - Static method in class com.microblink.blinkinput.view.BaseCameraView.CameraViewState
 
values() - Static method in class com.microblink.blinkinput.view.CameraAspectMode
 
values() - Static method in class com.microblink.blinkinput.view.NotSupportedReason
 
values() - Static method in class com.microblink.blinkinput.view.recognition.DetectionStatus
 
values() - Static method in class com.microblink.blinkinput.view.viewfinder.quadview.QuadViewPreset
 
VIDEO_RESOLUTION_1080p - Static variable in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
Attempts to choose camera video resolution as closely as 1080p
VIDEO_RESOLUTION_2160p - Static variable in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
Attempts to choose camera video resolution as closely as 2160p
VIDEO_RESOLUTION_480p - Static variable in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
Attempts to choose camera video resolution as closely as 480p
VIDEO_RESOLUTION_720p - Static variable in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
Attempts to choose camera video resolution as closely as 720p
VIDEO_RESOLUTION_DEFAULT - Static variable in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
Will choose camera video resolution which is best for current device.
VIDEO_RESOLUTION_MAX_AVAILABLE - Static variable in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
Will choose max available camera video resolution
videoResolutionPreset - Variable in class com.microblink.blinkinput.fragment.overlay.components.settings.OverlayCameraSettings
 
VideoResolutionPreset - Class in com.microblink.blinkinput.hardware.camera
Created by dodo on 26/10/15.
videoResolutionPreset - Variable in class com.microblink.blinkinput.uisettings.CameraSettings
 
VinParser - Class in com.microblink.blinkinput.entities.parsers.vin
Parser that can parse VIN numbers (Vehicle identification numbers).
VinParser() - Constructor for class com.microblink.blinkinput.entities.parsers.vin.VinParser
 
VinParser.Result - Class in com.microblink.blinkinput.entities.parsers.vin
 

W

WORKING - Static variable in class com.microblink.blinkinput.directApi.RecognizerRunner.State
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.Entity.Result
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.Entity
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.ocrengine.AbstractOCREngineOptions
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldBundle
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.parsers.config.fieldbyfield.FieldByFieldElement
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.processors.parserGroup.ParserGroupProcessor
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.BlinkInputRecognizer
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.blinkinput.documentcapture.DocumentCaptureRecognizerTransferable
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.detector.DetectorRecognizer
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.framegrabber.FrameGrabberRecognizer
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.HighResImagesBundle
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.RecognizerBundle
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer.Result
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.successframe.SuccessFrameGrabberRecognizer
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ParserParcelization
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.templating.parcelization.ProcessorParcelization
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.templating.ProcessorGroup
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingClass
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer.Result
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.recognizers.templating.TemplatingRecognizer
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.entities.util.IntentTransferableEntity
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.fragment.overlay.documentcapture.detectionui.DetectionOverlayStrings
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.geometry.Point
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.geometry.Quadrilateral
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.geometry.Rectangle
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.hardware.camera.CameraType
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.hardware.camera.VideoResolutionPreset
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.image.Image
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.results.date.DateResult
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.results.ocr.CharWithVariants
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.results.ocr.OcrBlock
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.results.ocr.OcrChar
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.results.ocr.OcrLine
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.results.ocr.OcrResult
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.uisettings.CameraSettings
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.uisettings.options.OcrResultDisplayMode
 
writeToParcel(Parcel, int) - Method in class com.microblink.blinkinput.view.CameraAspectMode
 

Y

yearsPassedFrom(Date) - Static method in class com.microblink.blinkinput.results.date.DateUtils
Number of full years passed from the given date.
YUV_NV21 - Static variable in class com.microblink.blinkinput.image.ImageFormat
A single plane, color image.
A B C D E F G H I L M N O P Q R S T U V W Y 
Skip navigation links