BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
blinkid-core
/
com.microblink.blinkid.core.result
/
DataMatchFieldState
Data
Match
Field
State
data
class
DataMatchFieldState
(
val
fieldType
:
DataMatchFieldType
,
val
state
:
DataMatchState
)
Represents the state of the field in the data match.
Members
Constructors
Data
Match
Field
State
Link copied to clipboard
constructor
(
fieldType
:
DataMatchFieldType
,
state
:
DataMatchState
)
Properties
field
Type
Link copied to clipboard
val
fieldType
:
DataMatchFieldType
The type of the field.
state
Link copied to clipboard
val
state
:
DataMatchState
The state of the field.