AWSRekognitionVideoColorRange

Objective-C

NS_ENUM(NSInteger, AWSRekognitionVideoColorRange) {
    AWSRekognitionVideoColorRangeUnknown,
    AWSRekognitionVideoColorRangeFull,
    AWSRekognitionVideoColorRangeLimited,
}

Swift

enum AWSRekognitionVideoColorRange : Int, @unchecked Sendable

Undocumented