[Missing <summary> documentation for "N:iSpeech"]
Classes
| Class | Description | |
|---|---|---|
| ApiException |
An API Exception
| |
| InvalidApiKeyException |
Generated when the API key used in the transaction is invalid.
| |
| iSpeechRecognizer |
Contains methods to recognize spoken audio and convert free form speech into text.
| |
| iSpeechSynthesis |
Contains methods used to synthesize speech from text. You can get a reference of this class by calling SpeechSynthesis.getInstance. An API key is required to use this class. You may obtain a free key from the following URL: http://www.ispeech.org/
| |
| SpeechRecognizerEvent |
Used to notify when the recording state changes
| |
| SpeechResult |
Contains the text and the confidence rating for the conversion, which is a float 0.0 to 1.0
| |
| StreamingBuffer |
Used to write your audio data to
| |
| TTSResult |
Contains the audio length and the stream
|