ActivityRecognizerResult QML Type

Represents an activity discovered by ActivityRecognizer. More...

Import Statement: import ArcGIS.AppFramework.Sensors 1.0

Properties

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

NameValue
ActivityRecognizerResult.ActivityTypeUnknown0
ActivityRecognizerResult.ActivityTypeStationary1
ActivityRecognizerResult.ActivityTypeWalking2
ActivityRecognizerResult.ActivityTypeRunning3
ActivityRecognizerResult.ActivityTypeBiking4
ActivityRecognizerResult.ActivityTypeAutomotive5
ActivityRecognizerResult.ActivityTypeTilting6

Confidence enumeration

NameValue
ActivityRecognizerResult.ConfidenceLow0
ActivityRecognizerResult.ConfidenceMedium1
ActivityRecognizerResult.ConfidenceHigh2

Property Documentation

[read-only] activity : ActivityType

Returns the type of activity. Informed by ActivityType enum.


[read-only] confidence : Confidence

Returns the confidence of the activity. Informed by Confidence enum.


[read-only] confidenceScore : object

On Android only, returns a value from 0 to 100 percent indicating the likelihood of the activity being performed.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.