recognition-core
androidJvm
recognition-core
/
com.microblink.recognition.core.internal.models
/
DetectionModel
Detection
Model
data
class
DetectionModel
(
val
id
:
Long
,
val
score
:
Float
,
val
left
:
Float
,
val
top
:
Float
,
val
right
:
Float
,
val
bottom
:
Float
)
Detection result
Members
Constructors
Detection
Model
Link copied to clipboard
constructor
(
id
:
Long
,
score
:
Float
,
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
)
Create empty Detection result
Functions
to
Rect
Link copied to clipboard
fun
toRect
(
)
:
RectF
To rect
Properties
bottom
Link copied to clipboard
val
bottom
:
Float
id
Link copied to clipboard
val
id
:
Long
left
Link copied to clipboard
val
left
:
Float
right
Link copied to clipboard
val
right
:
Float
score
Link copied to clipboard
val
score
:
Float
top
Link copied to clipboard
val
top
:
Float