Method SetVocabulary
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
SetVocabulary(IEnumerable<string>)
Set the vocabulary for recognition.
public void SetVocabulary(IEnumerable<string> vocabulary)
Parameters
vocabularyIEnumerable<string>the associated vocabulary of the network.