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
/
Region
Region
@
Serializable
@
SerialName
(
value
=
"DocumentClassRegion"
)
data
class
Region
(
val
id
:
RegionId
?
,
val
rawValue
:
String
)
Document region classification, with optional strongly-typed ID and raw string value.
Members
Constructors
Region
Link copied to clipboard
constructor
(
id
:
RegionId
?
,
rawValue
:
String
)
Properties
id
Link copied to clipboard
val
id
:
RegionId
?
raw
Value
Link copied to clipboard
val
rawValue
:
String