count(of:)
Returns the number of times a label appeared in the ground truth collection.
Declaration
func count(of label: Label) -> IntParameters
- label:
The label.
Returns the number of times a label appeared in the ground truth collection.
func count(of label: Label) -> IntThe label.