AWSRekognitionGetLabelDetectionRequestMetadata
Objective-C
@interface AWSRekognitionGetLabelDetectionRequestMetadata
Swift
class AWSRekognitionGetLabelDetectionRequestMetadata
Contains metadata about a label detection request, including the SortBy and AggregateBy options.
-
The aggregation method chosen for a GetLabelDetection request.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionLabelDetectionAggregateBy aggregateBy;
Swift
var aggregateBy: AWSRekognitionLabelDetectionAggregateBy { get set }
-
The sorting method chosen for a GetLabelDetection request.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionLabelDetectionSortBy sortBy;
Swift
var sortBy: AWSRekognitionLabelDetectionSortBy { get set }