BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
blinkid-core
/
com.microblink.core.ping.pinglets
/
CameraHardwareInfo
/
AvailableResolutionsItem
Available
Resolutions
Item
@
Serializable
data
class
AvailableResolutionsItem
(
val
width
:
Long
,
val
height
:
Long
)
Members
Constructors
Available
Resolutions
Item
Link copied to clipboard
constructor
(
width
:
Long
,
height
:
Long
)
Properties
height
Link copied to clipboard
@
SerialName
(
value
=
"height"
)
val
height
:
Long
width
Link copied to clipboard
@
SerialName
(
value
=
"width"
)
val
width
:
Long