AWSRekognitionVideoJobStatus

Objective-C

NS_ENUM(NSInteger, AWSRekognitionVideoJobStatus) {
    AWSRekognitionVideoJobStatusUnknown,
    AWSRekognitionVideoJobStatusInProgress,
    AWSRekognitionVideoJobStatusSucceeded,
    AWSRekognitionVideoJobStatusFailed,
}

Swift

enum AWSRekognitionVideoJobStatus : Int, @unchecked Sendable

Undocumented