Interface | Description |
---|---|
AudioPlayer |
The AudioPlayer class manages and plays sequences of Audio and synthesized text.
|
AudioPlayer.Listener |
The AudioPlayer.Listener provides methods for managing the lifecycle of an
AudioPlayer and its associated Audio content.
|
Interpretation |
The Interpretation class contains the interpretation result of
parsed recognized text with a user defined grammar.
|
Recognition |
The Recognition class contains speech recognition text results.
|
RecognizedPhrase |
Represents a list of words (or a complete phrase) contained in a Recognition.
|
RecognizedWord |
Contains information for a recognized word.
|
Session |
This is the entry point for all SpeechKit related transactions.
|
Transaction |
Base interface for all transactions available through a Session.
|
Class | Description |
---|---|
Audio |
Audio class is a reference to an audio buffer which may contain multiple chunks of audio data.
|
Language |
Container for Language used during transaction configuration.
|
PcmFormat | |
RecognitionType | |
Session.Factory |
Factory used to create new SpeechKit Sessions.
|
Transaction.Listener |
The Transaction.Listener provides methods for managing the lifecycle of a Transaction.
|
Transaction.Options |
Options used when making Transactions in a Session.
|
Voice |
Container for Voice configuration used in TTS transactions.
|
Enum | Description |
---|---|
DetectionType |
The Detection Type that will be used on client side to determine the end of speech.
|
PcmFormat.SampleFormat |
Exception | Description |
---|---|
AudioException |
Exception given whenever an audio error occur during a transaction.
|
RecognitionException |
Exception given whenever a recognition error occur during a transaction.
|
ServerException |
Exception given whenever an server error occur during a transaction.
|
TransactionException |
Exceptions given whenever an error occur during a transaction.
|