Class LanguageModel
Loads files that are used by the speech processor to convert speech data to text.
Inheritance
System.Object
LanguageModel
Namespace: Recognissimo
Assembly: Recognissimo.dll
Syntax
public sealed class LanguageModel : IDisposable
Constructors
LanguageModel(String)
Create new instance.
Declaration
public LanguageModel(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Path to the language model files. |
Methods
Dispose()
Dispose language model.
Declaration
public void Dispose()