AWSRekognitionDetectLabelsImageForeground
Objective-C
@interface AWSRekognitionDetectLabelsImageForeground
Swift
class AWSRekognitionDetectLabelsImageForeground
The foreground of the image with regard to image quality and dominant colors.
-
The dominant colors found in the foreground 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 foreground as defined by brightness and sharpness.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionDetectLabelsImageQuality *_Nullable quality;
Swift
var quality: AWSRekognitionDetectLabelsImageQuality? { get set }