BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
blinkid-core
/
com.microblink.core.geometry
Package-level
declarations
Types
Types
Point
Link copied to clipboard
@
Serializable
data
class
Point
(
val
x
:
Int
,
val
y
:
Int
)
Represents point in the quadrilateral.
Quadrilateral
Link copied to clipboard
@
Serializable
data
class
Quadrilateral
(
val
upperLeft
:
Point
,
val
upperRight
:
Point
,
val
lowerRight
:
Point
,
val
lowerLeft
:
Point
)
Represents the quadrilateral.