BlinkID
Toggle table of contents
productionRelease
Target filter
productionRelease
Switch theme
Search in API
Skip to content
BlinkID
blinkid-ux
/
com.microblink.blinkid.ux.camera
/
ImageAnalyzer
Image
Analyzer
interface
ImageAnalyzer
:
ImageAnalysis.Analyzer
,
AutoCloseable
An interface that represents the features of Microblink's analyzer.
Inheritors
BlinkIdAnalyzer
Members
Properties
default
Target
Resolution
Link copied to clipboard
open
val
defaultTargetResolution
:
@
Nullable
Size
?
target
Coordinate
System
Link copied to clipboard
open
val
targetCoordinateSystem
:
Int
Functions
analyze
Link copied to clipboard
abstract
fun
analyze
(
p0
:
@
NonNull
ImageProxy
)
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
close
Link copied to clipboard
abstract
fun
close
(
)
pause
Analysis
Link copied to clipboard
abstract
fun
pauseAnalysis
(
)
restart
Analysis
Link copied to clipboard
abstract
fun
restartAnalysis
(
)
resume
Analysis
Link copied to clipboard
abstract
fun
resumeAnalysis
(
)
timeout
Analysis
Link copied to clipboard
abstract
fun
timeoutAnalysis
(
)
update
Transform
Link copied to clipboard
open
fun
updateTransform
(
matrix
:
@
Nullable
Matrix
?
)