toggle menu
Object-Detector-App
1.0
androidJvm
switch theme
search in API
Object-Detector-App
/
p4ulor.obj.detector.data.domains.mediapipe
/
Achievement
Achievement
data
class
Achievement
(
val
objectName
:
String
,
var
certaintyScore
:
Float
,
var
detectionDate
:
String
?
=
null
)
Parameters
object
Name
one of the strings in the
80 objects list
Members
Constructors
Achievement
Link copied to clipboard
constructor
(
objectName
:
String
,
certaintyScore
:
Float
,
detectionDate
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
certainty
Score
Link copied to clipboard
var
certaintyScore
:
Float
detection
Date
Link copied to clipboard
var
detectionDate
:
String
?
object
Name
Link copied to clipboard
val
objectName
:
String
Functions
is
Equal
To
Link copied to clipboard
fun
isEqualTo
(
other
:
UserAchievement
)
:
Boolean