Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 804 Bytes

NodeJS-Examples.rst

File metadata and controls

31 lines (23 loc) · 804 Bytes

JavaScript API Usage example

Examples are from native_client/javascript/client.ts.

Creating a model instance and loading model

.. literalinclude:: ../native_client/javascript/client.ts
   :language: javascript
   :linenos:
   :lineno-match:
   :start-after: sphinx-doc: js_ref_model_start
   :end-before: sphinx-doc: js_ref_model_stop

Performing inference

.. literalinclude:: ../native_client/javascript/client.ts
   :language: javascript
   :linenos:
   :lineno-match:
   :start-after: sphinx-doc: js_ref_inference_start
   :end-before: sphinx-doc: js_ref_inference_stop

Full source code

See :download:`Full source code<../native_client/javascript/client.ts>`.