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... | |
language | |
Language to use for recognition. More... | |
Speech Recognition Google Cloud Request object. SpeechRecognitionGoogle.Request
Definition at line 14 of file SpeechRecognitionGoogle.py.
def RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 19 of file SpeechRecognitionGoogle.py.
def RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Request.make_files | ( | self | ) |
Create and return Array of File objects of the Request.
Definition at line 46 of file SpeechRecognitionGoogle.py.
def RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Request.make_payload | ( | self | ) |
Create and return the Payload of the Request.
Definition at line 39 of file SpeechRecognitionGoogle.py.
RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Request.audio_source |
Audio source data format.
e.g "nao_wav_1_ch".
Definition at line 32 of file SpeechRecognitionGoogle.py.
RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Request.audiofile |
Path to the audio file.
Definition at line 34 of file SpeechRecognitionGoogle.py.
RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Request.language |
Language to use for recognition.
Definition at line 30 of file SpeechRecognitionGoogle.py.