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

TechnicalCueSegment

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

Information about a technical cue segment. For more information, see "SegmentDetection".

interface TechnicalCueSegment {
Confidence?: number | null;
Type?: TechnicalCueType | null;
}

§Properties

§
Confidence?: number | null
[src]

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

§
Type?: TechnicalCueType | null
[src]

The type of the technical cue.