Table of Contents

Method SetVocabulary

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

SetVocabulary(IEnumerable<string>)

Set the vocabulary for recognition.

public void SetVocabulary(IEnumerable<string> vocabulary)

Parameters

vocabulary IEnumerable<string>

the associated vocabulary of the network.