BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
blinkid-core
/
com.microblink.blinkid.core.result.classinfo
Package-level
declarations
Types
Types
Country
Link copied to clipboard
enum
Country
:
Enum
<
Country
>
Document country.
Document
Class
Info
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"ClassInfo"
)
data
class
DocumentClassInfo
(
val
country
:
Country
?
,
val
region
:
Region
?
,
val
type
:
Type
?
,
val
countryName
:
String
?
,
val
isoAlpha3CountryCode
:
String
?
,
val
isoAlpha2CountryCode
:
String
?
,
val
isoNumericCountryCode
:
String
?
)
Represents the document class information.
Region
Link copied to clipboard
enum
Region
:
Enum
<
Region
>
Document region.
Type
Link copied to clipboard
enum
Type
:
Enum
<
Type
>
Document type.