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
/
Point2df
Point2df
@
Serializable
data
class
Point2df
(
val
x
:
Float
?
,
val
y
:
Float
?
)
Represents the coordinates of the point of the element.
Members
Constructors
Point2df
Link copied to clipboard
constructor
(
x
:
Float
?
,
y
:
Float
?
)
Properties
x
Link copied to clipboard
val
x
:
Float
?
y
Link copied to clipboard
val
y
:
Float
?