- SDK_VERSION - Static variable in class org.ispeech.SDKInfo
-
- SDKInfo - Class in org.ispeech
-
- SDKInfo() - Constructor for class org.ispeech.SDKInfo
-
- setChime(boolean) - Method in interface org.ispeech.Recognizer
-
Disable or enable the audio chime
- setChime(boolean) - Method in class org.ispeech.SpeechRecognizer
-
- setConfidence(float) - Method in class org.ispeech.SpeechResult
-
- setConnectionTimeout(int) - Method in class org.ispeech.SpeechSynthesis
-
Set connection timeout in milliseconds for HTTP connections
- setDocumentLocator(Locator) - Method in class org.ispeech.MarkerSAXParser
-
- setDocumentLocator(Locator) - Method in class org.ispeech.VisemeSAXParser
-
- setFreeForm(FreeformType) - Method in interface org.ispeech.Recognizer
-
Set to free form recognition.
- setFreeForm(FreeformType) - Method in class org.ispeech.SpeechRecognizer
-
Set to free form recognition.
- setHolder(MarkerHolder) - Method in class org.ispeech.MarkerConnection
-
callback for the parser to set the holder object
- setHolder(VisemeHolder) - Method in interface org.ispeech.ParserCallback
-
- setHolder(MarkerHolder) - Method in interface org.ispeech.ParserMarkerCallback
-
- setHolder(VisemeHolder) - Method in class org.ispeech.VisemeConnection
-
callback for the parser to set the holder object
- setLocale(String) - Method in interface org.ispeech.Recognizer
-
Set the locale for speech recognition
- setLocale(String) - Method in class org.ispeech.SpeechRecognizer
-
Sets to Locale for recognizer.
- setModel(String) - Method in interface org.ispeech.Recognizer
-
Sets the language model
- setModel(String) - Method in class org.ispeech.SpeechRecognizer
-
- setSilenceDetection(boolean) - Method in class org.ispeech.SpeechRecognizer
-
Enables and disables silence detection.
- setSpeakWhenSilent(boolean) - Method in class org.ispeech.SpeechSynthesis
-
Sets SDK so that TTS will always speak, regardless of whether the user has device on silent or not.
- setSpeechSynthesisEvent(SpeechSynthesisEvent) - Method in class org.ispeech.SpeechSynthesis
-
- setStreamType(int) - Method in class org.ispeech.SpeechSynthesis
-
Sets streamType to be used by SDK.
- setText(String) - Method in class org.ispeech.SpeechResult
-
- setTime() - Method in class org.ispeech.MarkerMovements
-
- setTime() - Method in class org.ispeech.MouthMovements
-
- setTimeout(int) - Method in class org.ispeech.SpeechRecognizer
-
Set the maximum recording time in milliseconds
- setUpMarkers(String) - Method in class org.ispeech.SpeechSynthesis
-
- setUpVisemes(String) - Method in class org.ispeech.SpeechSynthesis
-
- setVoiceType(String) - Method in class org.ispeech.SpeechSynthesis
-
Set the voice type
- skippedEntity(String) - Method in class org.ispeech.MarkerSAXParser
-
- skippedEntity(String) - Method in class org.ispeech.VisemeSAXParser
-
- speak(String) - Method in class org.ispeech.SpeechSynthesis
-
Converts text to speech and begins playing it as soon as it is ready,
method does not block.
- speak(String) - Method in interface org.ispeech.Synthesizer
-
Converts text to speech
- SpeechRecognizer - Class in org.ispeech
-
Contains methods to recognize spoken audio and convert free form speech into text.
- SpeechRecognizerEvent - Class in org.ispeech
-
Used to notify when the recognition state changes
- SpeechRecognizerEvent() - Constructor for class org.ispeech.SpeechRecognizerEvent
-
- SpeechRecognizerEvent.EventType - Enum in org.ispeech
-
Types of recognizer event
- SpeechResult - Class in org.ispeech
-
Contains the text and the confidence rating for the conversion, which is
a float from 0.0 to 1.0
- SpeechResult(String, float) - Constructor for class org.ispeech.SpeechResult
-
- SpeechSynthesis - Class in org.ispeech
-
Contains methods to convert text to audio and play through android's
MediaPlayer
.
- SpeechSynthesisEvent - Class in org.ispeech
-
Used to notify when the synthesis state changes
- SpeechSynthesisEvent() - Constructor for class org.ispeech.SpeechSynthesisEvent
-
- SpeechSynthesisEvent.EventType - Enum in org.ispeech
-
Types of synthesis event
- startDocument() - Method in class org.ispeech.MarkerSAXParser
-
- startDocument() - Method in class org.ispeech.VisemeSAXParser
-
- startElement(String, String, String, Attributes) - Method in class org.ispeech.MarkerSAXParser
-
- startElement(String, String, String, Attributes) - Method in class org.ispeech.VisemeSAXParser
-
- startPrefixMapping(String, String) - Method in class org.ispeech.MarkerSAXParser
-
- startPrefixMapping(String, String) - Method in class org.ispeech.VisemeSAXParser
-
- startRecord(SpeechRecognizerEvent) - Method in interface org.ispeech.Recognizer
-
Start recording.
- startRecord(SpeechRecognizerEvent) - Method in class org.ispeech.SpeechRecognizer
-
Starts recording audio for SpeechRecognition
- stop() - Method in class org.ispeech.SpeechSynthesis
-
Stops the currently playing audio.
- stop() - Method in interface org.ispeech.Synthesizer
-
Stops the currently playing audio.
- stopRecord() - Method in interface org.ispeech.Recognizer
-
Stops the recording process.
- stopRecord() - Method in class org.ispeech.SpeechRecognizer
-
Stops the recording process
- Synthesizer - Interface in org.ispeech
-
Synthesizer interface