BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
blinkid-core
/
com.microblink.blinkid.core.result
/
ParentInfo
Parent
Info
data
class
ParentInfo
(
val
firstName
:
StringResult
?
,
val
lastName
:
StringResult
?
)
Members
Constructors
Parent
Info
Link copied to clipboard
constructor
(
firstName
:
StringResult
?
,
lastName
:
StringResult
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
first
Name
Link copied to clipboard
val
firstName
:
StringResult
?
last
Name
Link copied to clipboard
val
lastName
:
StringResult
?