Class RespiratoryRateSleepSummaryStatistics
Respiratory rate statistics for a given sleep stage.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class RespiratoryRateSleepSummaryStatistics : IDirectResponseSchema
Properties
BreathsPerMinute
Required. Average breaths per minute.
Declaration
[JsonProperty("breathsPerMinute")]
public virtual double? BreathsPerMinute { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignalToNoise
Optional. How trustworthy the data is for the computation.
Declaration
[JsonProperty("signalToNoise")]
public virtual double? SignalToNoise { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
StandardDeviation
Optional. Standard deviation of the respiratory rate during sleep.
Declaration
[JsonProperty("standardDeviation")]
public virtual double? StandardDeviation { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |