ImageAnalyzer

An interface that represents the features of Microblink's analyzer.

Inheritors

Properties

Link copied to clipboard
open val defaultTargetResolution: @Nullable Size?
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun analyze(p0: @NonNull ImageProxy)
Link copied to clipboard
abstract fun cancel()
Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun pauseAnalysis()
Link copied to clipboard
abstract fun restartAnalysis()
Link copied to clipboard
abstract fun resumeAnalysis()
Link copied to clipboard
abstract fun timeoutAnalysis()
Link copied to clipboard
open fun updateTransform(matrix: @Nullable Matrix?)