Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 838 Bytes

DotNet-Examples.rst

File metadata and controls

29 lines (22 loc) · 838 Bytes

.NET API Usage example

Examples are from native_client/dotnet/DeepSpeechConsole/Program.cs.

Creating a model instance and loading model

../native_client/dotnet/DeepSpeechConsole/Program.cs

Performing inference

../native_client/dotnet/DeepSpeechConsole/Program.cs

Full source code

See Full source code<../native_client/dotnet/DeepSpeechConsole/Program.cs>.