AWSRekognitionDatasetLabelDescription
Objective-C
@interface AWSRekognitionDatasetLabelDescription
Swift
class AWSRekognitionDatasetLabelDescription
Describes a dataset label. For more information, see ListDatasetLabels.
-
The name of the label.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable labelName;Swift
var labelName: String? { get set } -
Statistics about the label.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionDatasetLabelStats *_Nullable labelStats;Swift
var labelStats: AWSRekognitionDatasetLabelStats? { get set }
View on GitHub
Install in Dash
AWSRekognitionDatasetLabelDescription Class Reference