IRekognitionDatasetStats
Interface in AWS.Rekognition
Interface for DatasetStats.
Properties
ErrorEntries
property ErrorEntries: TOptional<Integer>
The total number of entries that contain at least one error.
LabeledEntries
property LabeledEntries: TOptional<Integer>
The total number of images in the dataset that have labels.
TotalEntries
property TotalEntries: TOptional<Integer>
The total number of images in the dataset.
TotalLabels
property TotalLabels: TOptional<Integer>
The total number of labels declared in the dataset.