BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
microblink-ux
/
com.microblink.ux.camera
/
ImageAnalyzer
Image
Analyzer
interface
ImageAnalyzer
:
ImageAnalysis.Analyzer
,
AutoCloseable
An interface that represents the features of Microblink's analyzer.
Members
Functions
analyze
Link copied to clipboard
abstract
fun
analyze
(
@
NonNull
p0
:
ImageProxy
)
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
close
Link copied to clipboard
abstract
fun
close
(
)
get
Default
Target
Resolution
Link copied to clipboard
@
Nullable
open
fun
getDefaultTargetResolution
(
)
:
Size
?
get
Target
Coordinate
System
Link copied to clipboard
open
fun
getTargetCoordinateSystem
(
)
:
Int
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
(
)
update
Transform
Link copied to clipboard
open
fun
updateTransform
(
@
Nullable
p0
:
Matrix
?
)