RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | make_files |
def | make_payload |
Public Attributes | |
audio_source | |
Audio source data format. More... | |
audiofile | |
Path to the audio file. More... | |
grammar | |
Grammar to use. More... | |
language | |
Language to use for recognition. More... | |
sentences | |
The under consideration sentences. More... | |
words | |
A vector that carries the words to recognize. More... | |
Speech Recognition Sphinx4 Cloud Request object. SpeechRecognitionSphinx.Request
Definition at line 14 of file SpeechRecognitionSphinx.py.
def RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 18 of file SpeechRecognitionSphinx.py.
def RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.make_files | ( | self | ) |
Create and return Array of File objects of the Request.
Definition at line 57 of file SpeechRecognitionSphinx.py.
def RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.make_payload | ( | self | ) |
Create and return the Payload of the Request.
Definition at line 47 of file SpeechRecognitionSphinx.py.
RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.audio_source |
Audio source data format.
e.g "nao_wav_1_ch".
Definition at line 34 of file SpeechRecognitionSphinx.py.
RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.audiofile |
Path to the audio file.
Definition at line 42 of file SpeechRecognitionSphinx.py.
RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.grammar |
Grammar to use.
Definition at line 40 of file SpeechRecognitionSphinx.py.
RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.language |
Language to use for recognition.
Definition at line 32 of file SpeechRecognitionSphinx.py.
RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.sentences |
The under consideration sentences.
Definition at line 38 of file SpeechRecognitionSphinx.py.
RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.words |
A vector that carries the words to recognize.
Definition at line 36 of file SpeechRecognitionSphinx.py.