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

InsufficientGpsFailureDetails

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

Details related to ProcessingFailureReason#INSUFFICIENT_GPS.

interface InsufficientGpsFailureDetails {
gpsPointsFound?: number;
}

§Properties

§
gpsPointsFound?: number
[src]

The number of GPS points that were found in the video.