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

.. literalinclude:: ../native_client/dotnet/DeepSpeechConsole/Program.cs
   :language: csharp
   :linenos:
   :lineno-match:
   :start-after: sphinx-doc: csharp_ref_model_start
   :end-before: sphinx-doc: csharp_ref_model_stop

Performing inference

.. literalinclude:: ../native_client/dotnet/DeepSpeechConsole/Program.cs
   :language: csharp
   :linenos:
   :lineno-match:
   :start-after: sphinx-doc: csharp_ref_inference_start
   :end-before: sphinx-doc: csharp_ref_inference_stop

Full source code

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