AWSRekognitionLabelDetectionSettings
Objective-C
@interface AWSRekognitionLabelDetectionSettings
Swift
class AWSRekognitionLabelDetectionSettings
Contains the specified filters that should be applied to a list of returned GENERAL_LABELS.
-
Contains filters for the object labels returned by DetectLabels. Filters can be inclusive, exclusive, or a combination of both and can be applied to individual labels or entire label categories. To see a list of label categories, see Detecting Labels.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionGeneralLabelsSettings *_Nullable generalLabels;
Swift
var generalLabels: AWSRekognitionGeneralLabelsSettings? { get set }