SampleClassificationImageListImageClassificationInfoCollectionHasLabel Method

CVB.Net Documentation
Check if a given label is already present in the classes collection.

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public bool HasLabel(
	string label
)

Parameters

label
Type: SystemString
Label to test for.

Return Value

Type: Boolean
True if a class with the specified label already exists; false otherwise.
See Also

Reference