AWSRekognitionCustomLabel
Objective-C
@interface AWSRekognitionCustomLabel
Swift
class AWSRekognitionCustomLabel
A custom label detected in an image by a call to DetectCustomLabels.
-
The confidence that the model has in the detection of the custom label. The range is 0-100. A higher value indicates a higher confidence.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;Swift
var confidence: NSNumber? { get set } -
The location of the detected object on the image that corresponds to the custom label. Includes an axis aligned coarse bounding box surrounding the object and a finer grain polygon for more accurate spatial information.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionGeometry *_Nullable geometry;Swift
var geometry: AWSRekognitionGeometry? { get set } -
The name of the custom label.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionCustomLabel Class Reference