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

ImuDataGapFailureDetails

import type { ImuDataGapFailureDetails } from "https://googleapis.deno.dev/v1/streetviewpublish:v1.ts";

Details related to ProcessingFailureReason#IMU_DATA_GAP. If there are multiple IMU data gaps, only the one with the largest duration is reported here.

interface ImuDataGapFailureDetails {
gapDuration?: number;
gapStartTime?: number;
}

§Properties

§
gapDuration?: number
[src]

The duration of the gap in IMU data that was found.

§
gapStartTime?: number
[src]

Relative time (from the start of the video stream) when the gap started.