![]() |
RAPP Platform API
|


Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
Public Attributes | |
| alternatives | |
| Alternative sentences. More... | |
| error | |
| Error message. More... | |
| words | |
| An array that contains the "words-found" with highest confidence. More... | |
Speech Recognition Google Cloud Response object. SpeechRecognitionGoogle.Response
Definition at line 51 of file SpeechRecognitionGoogle.py.
| def RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Response.__init__ | ( | self, | |
| kwargs | |||
| ) |
Constructor.
| **kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 56 of file SpeechRecognitionGoogle.py.
| RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Response.alternatives |
Alternative sentences.
e.g. [['send', 'mail'], ['send', 'email'], ['set', 'mail']...]
Definition at line 70 of file SpeechRecognitionGoogle.py.
| RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Response.error |
Error message.
Definition at line 72 of file SpeechRecognitionGoogle.py.
| RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Response.words |
An array that contains the "words-found" with highest confidence.
Definition at line 67 of file SpeechRecognitionGoogle.py.