AWSRekognitionDetectLabelsSettings
Objective-C
@interface AWSRekognitionDetectLabelsSettings
Swift
class AWSRekognitionDetectLabelsSettings
Settings for the DetectLabels request. Settings can include filters for both GENERAL_LABELS and IMAGE_PROPERTIES. GENERAL_LABELS filters can be inclusive or exclusive and applied to individual labels or label categories. IMAGE_PROPERTIES filters allow specification of a maximum number of dominant colors.
-
Contains the specified filters for GENERAL_LABELS.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionGeneralLabelsSettings *_Nullable generalLabels;
Swift
var generalLabels: AWSRekognitionGeneralLabelsSettings? { get set }
-
Contains the chosen number of maximum dominant colors in an image.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionDetectLabelsImagePropertiesSettings *_Nullable imageProperties;
Swift
var imageProperties: AWSRekognitionDetectLabelsImagePropertiesSettings? { get set }