AWSRekognitionLabelDetectionSortBy

Objective-C

NS_ENUM(NSInteger, AWSRekognitionLabelDetectionSortBy) {
    AWSRekognitionLabelDetectionSortByUnknown,
    AWSRekognitionLabelDetectionSortByName,
    AWSRekognitionLabelDetectionSortByTimestamp,
}

Swift

enum AWSRekognitionLabelDetectionSortBy : Int

Undocumented