Show / Hide Table of Contents

Class RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics

Respiratory rate statistics for a given sleep stage.

Inheritance
object
RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics
Implements
IMessage<RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics>
IEquatable<RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics>
IDeepCloneable<RespiratoryRateSleepSummary.Types.RespiratoryRateSleepSummaryStatistics>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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

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
In this article
Back to top Generated by DocFX