JSAPI 2.0

Uses of Class
javax.speech.SpeechLocale

Packages that use SpeechLocale
javax.speech Provides interfaces and classes for connecting to speech Engines. 
javax.speech.recognition Provides interfaces and classes for using speech Recognizers. 
javax.speech.synthesis Provides interfaces and classes for using speech Synthesizers. 
 

Uses of SpeechLocale in javax.speech
 

Methods in javax.speech that return SpeechLocale
static SpeechLocale[] SpeechLocale.getAvailableLocales()
          Returns a list of SpeechLocales representing all installed locales for the Java Virtual Machine.
static SpeechLocale SpeechLocale.getDefault()
          Gets a SpeechLocale representing the current value of the default locale for this instance of the Java Virtual Machine.
 SpeechLocale Word.getSpeechLocale()
          Gets the Word SpeechLocale.
 

Methods in javax.speech with parameters of type SpeechLocale
 String[] VocabularyManager.getPronunciations(String text, SpeechLocale locale)
          Returns the pronunciations corresponding to plain text for the given locale.
 Word[] VocabularyManager.getWords(String text, SpeechLocale locale)
          Returns Words matching the specified written-form text and locale.
 boolean SpeechLocale.match(SpeechLocale require)
          Determines whether this SpeechLocale has all the same values for language, country, and variant as the require object.
 

Constructors in javax.speech with parameters of type SpeechLocale
Word(String text, String[] pronunciations, String spokenForm, AudioSegment audioSegment, long categories, SpeechLocale locale)
          Constructs a Word object with SpeechLocale information.
 

Uses of SpeechLocale in javax.speech.recognition
 

Methods in javax.speech.recognition that return SpeechLocale
 SpeechLocale RuleLocale.getSpeechLocale()
          Returns the SpeechLocale for this RuleLocale.
 SpeechLocale[] RecognizerMode.getSpeechLocales()
          Gets the SpeechLocale list specified in this RecognizerMode.
 

Methods in javax.speech.recognition with parameters of type SpeechLocale
 RuleGrammar GrammarManager.createRuleGrammar(String grammarReference, String rootName, SpeechLocale locale)
          Creates a new RuleGrammar for this GrammarManager with the specified grammarReference, rootName, and locale.
 

Constructors in javax.speech.recognition with parameters of type SpeechLocale
RecognizerMode(SpeechLocale locale)
          Constructs a RecognizerMode with a given SpeechLocale and other features set to "don't care" values.
RecognizerMode(String engineName, String modeName, Boolean running, Boolean supportsLetterToSound, Boolean supportsMarkup, Integer vocabSupport, SpeechLocale[] locales, SpeakerProfile[] profiles)
          Constructs a RecognizerMode with all mode features specified.
RuleLocale(RuleComponent ruleComponent, SpeechLocale locale)
          Constructs a RuleLocale specifying the SpeechLocale for the RuleComponent.
 

Uses of SpeechLocale in javax.speech.synthesis
 

Methods in javax.speech.synthesis that return SpeechLocale
 SpeechLocale Voice.getSpeechLocale()
          Gets the Voice SpeechLocale.
 

Constructors in javax.speech.synthesis with parameters of type SpeechLocale
SynthesizerMode(SpeechLocale locale)
          Constructs a SynthesizerMode with a given SpeechLocale and other features set to don't care values.
Voice(SpeechLocale locale, String name, int gender, int age, int variant)
          Constructs a Voice with locale, name, gender, age, and variant.
 


JSAPI 2.0

JavaTM Speech API 2.0, Final Release v2.0.6.
© 2008, Conversay and Sun Microsystems.

Free Web Hosting