---
title: CMTremorResult
framework: coremotion
role: symbol
role_heading: Class
path: coremotion/cmtremorresult
---

# CMTremorResult

A result object that contains data about the presence and strength of tremors during a one-minute interval.

## Declaration

```swift
class CMTremorResult
```

## Mentioned in

Getting movement disorder symptom data

## Overview

Overview The following equation is always true: percentUnknown + percentNone + percentSlight + percentMild + percentModerate + percentStrong = 1.0.

## Topics

### Reading the Time Interval

- [startDate](coremotion/cmtremorresult/startdate.md)
- [endDate](coremotion/cmtremorresult/enddate.md)

### Accessing Tremor Data

- [percentUnknown](coremotion/cmtremorresult/percentunknown.md)
- [percentNone](coremotion/cmtremorresult/percentnone.md)
- [percentSlight](coremotion/cmtremorresult/percentslight.md)
- [percentMild](coremotion/cmtremorresult/percentmild.md)
- [percentModerate](coremotion/cmtremorresult/percentmoderate.md)
- [percentStrong](coremotion/cmtremorresult/percentstrong.md)

### Initializers

- [init(coder:)](coremotion/cmtremorresult/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Movement disorder

- [Getting movement disorder symptom data](coremotion/getting-movement-disorder-symptom-data.md)
- [Adhering to the movement disorder data collection requirements](coremotion/adhering-to-the-movement-disorder-data-collection-requirements.md)
- [Movement disorder algorithm changelog](coremotion/movement-disorder-algorithm-changelog.md)
- [CMMovementDisorderManager](coremotion/cmmovementdisordermanager.md)
- [CMDyskineticSymptomResult](coremotion/cmdyskineticsymptomresult.md)
