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

NotOutdoorsFailureDetails

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

Details related to ProcessingFailureReason#NOT_OUTDOORS. If there are multiple indoor frames found, the first frame is recorded here.

interface NotOutdoorsFailureDetails {
startTime?: number;
}

§Properties

§
startTime?: number
[src]

Relative time (from the start of the video stream) when an indoor frame was found.