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
/
DetailDictionary
Detail
Dictionary
@
Serializable
data
class
DetailDictionary
(
val
segments
:
List
<
Segment
>
?
)
Additional information structured as a key value pairs in a map containing
String
and
DetailValue
.
Members
Constructors
Detail
Dictionary
Link copied to clipboard
constructor
(
segments
:
List
<
Segment
>
?
)
Properties
segments
Link copied to clipboard
@
SerialName
(
value
=
"Segments"
)
val
segments
:
List
<
Segment
>
?