Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The result of analyzer.

Link copied to clipboard

Settings for the analyzer.

Functions

Link copied to clipboard
fun analyze(image: InputImage, analysisType: AnalysisType = AnalysisType.IMAGE_STREAM): <Error class: unknown class>

Performs analysis and capture of the document.

Link copied to clipboard

Releases ownership of the result object and returns analyzer to initial state.

Link copied to clipboard

Finish side capture before the side capture acceptance criteria is met. Side capture criteria is met when com.microblink.capture.analysis.FrameAnalysisResult.CaptureState.SideCaptured or com.microblink.capture.analysis.FrameAnalysisResult.CaptureState.DocumentCaptured is returned.

Link copied to clipboard
fun reset()

Resets the analyzer to initial state.

Link copied to clipboard
fun resetSide()

Returns capture and analysis of the current side to begin.