Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RespiratoryRateSleepSummaryStatistics

import type { RespiratoryRateSleepSummaryStatistics } from "https://googleapis.deno.dev/v1/health:v4.ts";

Respiratory rate statistics for a given sleep stage.

interface RespiratoryRateSleepSummaryStatistics {
breathsPerMinute?: number;
signalToNoise?: number;
standardDeviation?: number;
}

§Properties

§
breathsPerMinute?: number
[src]

Required. Average breaths per minute.

§
signalToNoise?: number
[src]

Optional. How trustworthy the data is for the computation.

§
standardDeviation?: number
[src]

Optional. Standard deviation of the respiratory rate during sleep.