AWSRekognitionContentType
Objective-C
@interface AWSRekognitionContentType
Swift
class AWSRekognitionContentType
Contains information regarding the confidence and name of a detected content type.
-
The confidence level of the label given
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable confidence;Swift
var confidence: NSNumber? { get set } -
The name of the label
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionContentType Class Reference