SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-model-yolo
/
sk.ainet.lang.model.dnn.yolo
/
Detection
Detection
data
class
Detection
(
val
box
:
Box
,
val
score
:
Float
,
val
classId
:
Int
,
val
label
:
String
?
=
null
)
(
source
)
Members
Constructors
Detection
Link copied to clipboard
constructor
(
box
:
Box
,
score
:
Float
,
classId
:
Int
,
label
:
String
?
=
null
)
Properties
box
Link copied to clipboard
val
box
:
Box
class
Id
Link copied to clipboard
val
classId
:
Int
label
Link copied to clipboard
val
label
:
String
?
score
Link copied to clipboard
val
score
:
Float