зеркало из https://github.com/mozilla/DeepSpeech.git
30 строки
698 B
ReStructuredText
30 строки
698 B
ReStructuredText
C API Usage example
|
|
===================
|
|
|
|
Examples are from `native_client/client.cc`.
|
|
|
|
Creating a model instance and loading model
|
|
-------------------------------------------
|
|
|
|
.. literalinclude:: ../native_client/client.cc
|
|
:language: c
|
|
:linenos:
|
|
:lineno-match:
|
|
:start-after: sphinx-doc: c_ref_model_start
|
|
:end-before: sphinx-doc: c_ref_model_stop
|
|
|
|
Performing inference
|
|
--------------------
|
|
|
|
.. literalinclude:: ../native_client/client.cc
|
|
:language: c
|
|
:linenos:
|
|
:lineno-match:
|
|
:start-after: sphinx-doc: c_ref_inference_start
|
|
:end-before: sphinx-doc: c_ref_inference_stop
|
|
|
|
Full source code
|
|
----------------
|
|
|
|
See :download:`Full source code<../native_client/client.cc>`.
|