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

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

Properties

Properties

Confidence?: number

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

Index?: number

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