AWSRekognitionDetectLabelsImageBackground
Objective-C
@interface AWSRekognitionDetectLabelsImageBackground
Swift
class AWSRekognitionDetectLabelsImageBackground
The background of the image with regard to image quality and dominant colors.
-
The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionDominantColor *> *_Nullable dominantColors;
Swift
var dominantColors: [AWSRekognitionDominantColor]? { get set }
-
The quality of the image background as defined by brightness and sharpness.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionDetectLabelsImageQuality *_Nullable quality;
Swift
var quality: AWSRekognitionDetectLabelsImageQuality? { get set }