BlinkID
Toggle table of contents
productionRelease
Target filter
productionRelease
Switch theme
Search in API
Skip to content
BlinkID
blinkid-core
/
com.microblink.blinkid.core.result.classinfo
/
DocumentClassInfo
/
Country
Country
@
Serializable
@
SerialName
(
value
=
"DocumentClassCountry"
)
data
class
Country
(
val
id
:
CountryId
?
,
val
rawValue
:
String
)
Document country classification, with optional strongly-typed ID and raw string value.
Members
Constructors
Country
Link copied to clipboard
constructor
(
id
:
CountryId
?
,
rawValue
:
String
)
Properties
id
Link copied to clipboard
val
id
:
CountryId
?
raw
Value
Link copied to clipboard
val
rawValue
:
String