DailyOxygenSaturation
import type { DailyOxygenSaturation } from "https://googleapis.deno.dev/v1/health:v4.ts";A daily oxygen saturation (SpO2) record. Represents the user's daily oxygen saturation summary, typically calculated during sleep.
interface DailyOxygenSaturation {
averagePercentage?: number;
date?: Date;
lowerBoundPercentage?: number;
standardDeviationPercentage?: number;
upperBoundPercentage?: number;
}§Properties
§
averagePercentage?: number
[src]Required. The average value of the oxygen saturation samples during the sleep.
§
lowerBoundPercentage?: number
[src]Required. The lower bound of the confidence interval of oxygen saturation samples during sleep.