parser
Toggle table of contents
0.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
parser
parser
/
dev.hossain.timeline.model.edits
/
DetectedActivityItem
Detected
Activity
Item
@
JsonClass
(
generateAdapter
=
true
)
data
class
DetectedActivityItem
(
@
Json
(
name
=
"activityType"
)
val
activityType
:
String
,
@
Json
(
name
=
"probability"
)
val
probability
:
Double
)
Members
Constructors
Detected
Activity
Item
Link copied to clipboard
constructor
(
@
Json
(
name
=
"activityType"
)
activityType
:
String
,
@
Json
(
name
=
"probability"
)
probability
:
Double
)
Properties
activity
Type
Link copied to clipboard
val
activityType
:
String
The type of the detected activity.
probability
Link copied to clipboard
val
probability
:
Double
The probability of the detected activity.