Enum VO2Max.Types.MeasurementMethod
Measurement method used to measure the VO2 max value.
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public enum VO2Max.Types.MeasurementMethod
Fields
| Name | Description |
|---|---|
| CooperTest | Run as far as possible for 12 minutes. Distance correlated with age and gender translates to a VO2 max value. |
| FitbitRun | Fitbit specific, measures VO2 max rate during a run. |
| GoogleDemographic | Google specific, measures VO2 max rate for a user based on their demographic data. |
| HeartRateRatio | Maximum heart rate divided by the resting heart rate, with a multiplier applied. Does not require any exercise. |
| MaxExercise | Healthkit specific, measures VO2 max rate by monitoring exercise to the user’s physical limit. Similar to COOPER_TEST or MULTISTAGE_FITNESS_TEST. |
| MetabolicCart | Measured by a medical device called metabolic cart. |
| MultistageFitnessTest | Continuous 20m back-and-forth runs with increasing difficulty, until exhaustion. |
| Other | Use when the method is not covered in this enum. |
| PredictionNonExercise | Healthkit specific, estimates VO2 max rate without any exercise. Similar to HEART_RATE_RATIO. |
| PredictionSubMaxExercise | Healthkit specific, estimates VO2 max rate based on low-intensity exercise. Similar to ROCKPORT_FITNESS_TEST. |
| RockportFitnessTest | Measured using walking exercise. |
| Unspecified | Unspecified measurement method. |