AWSRekognitionInstance
Objective-C
@interface AWSRekognitionInstance
Swift
class AWSRekognitionInstance
An instance of a label returned by Amazon Rekognition Image (DetectLabels) or by Amazon Rekognition Video (GetLabelDetection).
-
The position of the label instance on the image.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionBoundingBox *_Nullable boundingBox;
Swift
var boundingBox: AWSRekognitionBoundingBox? { get set }
-
The confidence that Amazon Rekognition has in the accuracy of the bounding box.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;
Swift
var confidence: NSNumber? { get set }
-
The dominant colors found in an individual instance of a label.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionDominantColor *> *_Nullable dominantColors;
Swift
var dominantColors: [AWSRekognitionDominantColor]? { get set }