AWSRekognitionDatasetLabelStats
Objective-C
@interface AWSRekognitionDatasetLabelStats
                Swift
class AWSRekognitionDatasetLabelStats
                Statistics about a label used in a dataset. For more information, see DatasetLabelDescription.
- 
                  
                  
The total number of images that have the label assigned to a bounding box.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable boundingBoxCount;Swift
var boundingBoxCount: NSNumber? { get set } - 
                  
                  
The total number of images that use the label.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable entryCount;Swift
var entryCount: NSNumber? { get set } 
View on GitHub
Install in Dash
        AWSRekognitionDatasetLabelStats Class Reference