Represents an activity discovered by ActivityRecognizer. More...
| Import Statement | import ArcGI |
Properties
- activity : ActivityType
- confidence : Confidence
- confidenceScore : object
Detailed Description
The ActivityRecognizerResult component holds values related to an activity found through ActivityRecognizer.
For an example of this component in action, refer to the code sample for ActivityRecognizer.
Enumerations
ActivityType enumeration
| Name | Value |
|---|---|
| Activity | 0 |
| Activity | 1 |
| Activity | 2 |
| Activity | 3 |
| Activity | 4 |
| Activity | 5 |
| Activity | 6 |
Confidence enumeration
| Name | Value |
|---|---|
| Activity | 0 |
| Activity | 1 |
| Activity | 2 |
Property Documentation
Returns the confidence of the activity. Informed by Confidence enum.
On Android only, returns a value from 0 to 100 percent indicating the likelihood of the activity being performed.