AWSRekognitionLabelDetectionSortBy
Objective-C
NS_ENUM(NSInteger, AWSRekognitionLabelDetectionSortBy) {
AWSRekognitionLabelDetectionSortByUnknown,
AWSRekognitionLabelDetectionSortByName,
AWSRekognitionLabelDetectionSortByTimestamp,
}
Swift
enum AWSRekognitionLabelDetectionSortBy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionSortByUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionSortByName
Swift
case name = 1
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionSortByTimestamp
Swift
case timestamp = 2