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

ShotSegment

import type { ShotSegment } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

Information about a shot detection segment detected in a video. For more information, see "SegmentDetection".

interface ShotSegment {
Confidence?: number | null;
Index?: number | null;
}

§Properties

§
Confidence?: number | null
[src]

The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.

§
Index?: number | null
[src]

An Identifier for a shot detection segment detected in a video.