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

SegmentTypeInfo

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

Information about the type of a segment requested in a call to "StartSegmentDetection". An array of SegmentTypeInfo objects is returned by the response from "GetSegmentDetection".

interface SegmentTypeInfo {
ModelVersion?: string | null;
Type?: SegmentType | null;
}

§Properties

§
ModelVersion?: string | null
[src]

The version of the model used to detect segments.

§
Type?: SegmentType | null
[src]

The type of a segment (technical cue or shot detection).