AWSRekognitionSegmentType

Objective-C

NS_ENUM(NSInteger, AWSRekognitionSegmentType) {
    AWSRekognitionSegmentTypeUnknown,
    AWSRekognitionSegmentTypeTechnicalCue,
    AWSRekognitionSegmentTypeShot,
}

Swift

enum AWSRekognitionSegmentType : Int, @unchecked Sendable

Undocumented