More branding fixes for docs & Java bindings
This commit is contained in:
parent
857ce297f0
commit
1102185abf
@ -1,12 +1,12 @@
|
|||||||
Java API Usage example
|
Java API Usage example
|
||||||
======================
|
======================
|
||||||
|
|
||||||
Examples are from `native_client/java/app/src/main/java/org/mozilla/deepspeech/DeepSpeechActivity.java`.
|
Examples are from `native_client/java/app/src/main/java/org/deepspeech/DeepSpeechActivity.java`.
|
||||||
|
|
||||||
Creating a model instance and loading model
|
Creating a model instance and loading model
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
||||||
.. literalinclude:: ../native_client/java/app/src/main/java/org/mozilla/deepspeech/DeepSpeechActivity.java
|
.. literalinclude:: ../native_client/java/app/src/main/java/org/deepspeech/DeepSpeechActivity.java
|
||||||
:language: java
|
:language: java
|
||||||
:linenos:
|
:linenos:
|
||||||
:lineno-match:
|
:lineno-match:
|
||||||
@ -16,7 +16,7 @@ Creating a model instance and loading model
|
|||||||
Performing inference
|
Performing inference
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
.. literalinclude:: ../native_client/java/app/src/main/java/org/mozilla/deepspeech/DeepSpeechActivity.java
|
.. literalinclude:: ../native_client/java/app/src/main/java/org/deepspeech/DeepSpeechActivity.java
|
||||||
:language: java
|
:language: java
|
||||||
:linenos:
|
:linenos:
|
||||||
:lineno-match:
|
:lineno-match:
|
||||||
@ -26,4 +26,4 @@ Performing inference
|
|||||||
Full source code
|
Full source code
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
See :download:`Full source code<../native_client/java/app/src/main/java/org/mozilla/deepspeech/DeepSpeechActivity.java>`.
|
See :download:`Full source code<../native_client/java/app/src/main/java/org/deepspeech/DeepSpeechActivity.java>`.
|
||||||
|
@ -10,7 +10,7 @@ Model
|
|||||||
Stream
|
Stream
|
||||||
------
|
------
|
||||||
|
|
||||||
.. js:autoclass:: Stream
|
.. js:autoclass:: StreamImpl
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
Module exported methods
|
Module exported methods
|
||||||
|
@ -790,7 +790,7 @@ WARN_LOGFILE =
|
|||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = native_client/java/libdeepspeech/src/main/java/org/mozilla/deepspeech/libdeepspeech/ native_client/java/libdeepspeech/src/main/java/org/mozilla/deepspeech/libdeepspeech_doc/
|
INPUT = native_client/java/libdeepspeech/src/main/java/org/deepspeech/libdeepspeech/ native_client/java/libdeepspeech/src/main/java/org/deepspeech/libdeepspeech_doc/
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
Loading…
Reference in New Issue
Block a user