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;
    Type?: SegmentType;
}

Properties

Properties

ModelVersion?: string

The version of the model used to detect segments.

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