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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close