AWSRekognitionDetectLabelsImagePropertiesSettings
Objective-C
@interface AWSRekognitionDetectLabelsImagePropertiesSettings
Swift
class AWSRekognitionDetectLabelsImagePropertiesSettings
Settings for the IMAGE_PROPERTIES feature type.
-
The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxDominantColors;
Swift
var maxDominantColors: NSNumber? { get set }