BlinkIDVerify
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkIDVerify
blinkid-verify-core
/
com.microblink.blinkidverify.core.data.model.result
/
ProcessIndicator
Process
Indicator
@
Serializable
data
class
ProcessIndicator
(
val
name
:
String
,
val
type
:
IndicatorType
,
val
result
:
IndicatorResult
)
Represents an indicator of a specific check or step during a document processing flow.
Members
Constructors
Process
Indicator
Link copied to clipboard
constructor
(
name
:
String
,
type
:
IndicatorType
,
result
:
IndicatorResult
)
Properties
name
Link copied to clipboard
val
name
:
String
result
Link copied to clipboard
val
result
:
IndicatorResult
type
Link copied to clipboard
val
type
:
IndicatorType