Package com.iSpeech

Interface Summary
iSpeechRecognizer.SpeechRecognizerEvent Used to notify when the recording state changes
 

Class Summary
iSpeechRecognizer Contains methods to recognize spoken audio and convert free form speech into text.
iSpeechSynthesis Contains methods used to synthesize speech from text.
SpeechResult Contains the text and the confidence rating for the conversion, which is a float 0.0 to 1.0
TTSResult Contains the DataInputStram and the length of the file
 

Exception Summary
ApiException Generated when the server returns an error message instead of a successful transaction.
InvalidApiKeyException Generated when the API key used in the transaction is invalid.