Show / Hide Table of Contents

Class RespiratoryRateSleepSummaryStatistics

Respiratory rate statistics for a given sleep stage.

Inheritance
object
RespiratoryRateSleepSummaryStatistics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX