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

GpsDataGapFailureDetails

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

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

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

§Properties

§
gapDuration?: number
[src]

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

§
gapStartTime?: number
[src]

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