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
/
LocationInfo
Location
Info
@
Serializable
data
class
LocationInfo
(
val
topLeftCorner
:
Point2df
?
,
val
dimensions
:
Dimensions
?
)
Represents information about the location of an element within a document or image.
Members
Constructors
Location
Info
Link copied to clipboard
constructor
(
topLeftCorner
:
Point2df
?
,
dimensions
:
Dimensions
?
)
Properties
dimensions
Link copied to clipboard
val
dimensions
:
Dimensions
?
top
Left
Corner
Link copied to clipboard
val
topLeftCorner
:
Point2df
?