AWSRekognitionLabelDetectionSortBy
Objective-C
NS_ENUM(NSInteger, AWSRekognitionLabelDetectionSortBy) {
AWSRekognitionLabelDetectionSortByUnknown,
AWSRekognitionLabelDetectionSortByName,
AWSRekognitionLabelDetectionSortByTimestamp,
}
Swift
enum AWSRekognitionLabelDetectionSortBy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionSortByUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionSortByNameSwift
case name = 1 -
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionSortByTimestampSwift
case timestamp = 2
View on GitHub
Install in Dash
AWSRekognitionLabelDetectionSortBy Enumeration Reference