BlinkIDVerify
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkIDVerify
blinkid-verify-core
/
com.microblink.blinkidverify.core.data.model.result
/
Dimensions
Dimensions
@
Serializable
data
class
Dimensions
(
val
width
:
Float
?
,
val
height
:
Float
?
)
Represents the width and height of the element.
Members
Constructors
Dimensions
Link copied to clipboard
constructor
(
width
:
Float
?
,
height
:
Float
?
)
Properties
height
Link copied to clipboard
val
height
:
Float
?
width
Link copied to clipboard
val
width
:
Float
?