Class RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics
Respiratory rate statistics for a given sleep stage.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics : IMessage<RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics>, IEquatable<RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics>, IDeepCloneable<RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics>, IBufferMessage, IMessage
Constructors
RespiratoryRateSleepSummaryStatistics()
Declaration
public RespiratoryRateSleepSummaryStatistics()
RespiratoryRateSleepSummaryStatistics(RespiratoryRateSleepSummaryStatistics)
Declaration
public RespiratoryRateSleepSummaryStatistics(RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics other)
Parameters
| Type | Name | Description |
|---|---|---|
| RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics | other |
Properties
BreathsPerMinute
Required. Average breaths per minute.
Declaration
public double BreathsPerMinute { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
HasBreathsPerMinute
Gets whether the "breaths_per_minute" field is set
Declaration
public bool HasBreathsPerMinute { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasSignalToNoise
Gets whether the "signal_to_noise" field is set
Declaration
public bool HasSignalToNoise { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasStandardDeviation
Gets whether the "standard_deviation" field is set
Declaration
public bool HasStandardDeviation { get; }
Property Value
| Type | Description |
|---|---|
| bool |
SignalToNoise
Optional. How trustworthy the data is for the computation.
Declaration
public double SignalToNoise { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
StandardDeviation
Optional. Standard deviation of the respiratory rate during sleep.
Declaration
public double StandardDeviation { get; set; }
Property Value
| Type | Description |
|---|---|
| double |