AWSRekognitionVideoColorRange
Objective-C
NS_ENUM(NSInteger, AWSRekognitionVideoColorRange) {
AWSRekognitionVideoColorRangeUnknown,
AWSRekognitionVideoColorRangeFull,
AWSRekognitionVideoColorRangeLimited,
}
Swift
enum AWSRekognitionVideoColorRange : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionVideoColorRangeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSRekognitionVideoColorRangeFull
Swift
case full = 1
-
Undocumented
Declaration
Objective-C
AWSRekognitionVideoColorRangeLimited
Swift
case limited = 2