|
JSAPI 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpeakerProfile | |
---|---|
javax.speech.recognition | Provides interfaces and classes for using speech Recognizer s. |
Uses of SpeakerProfile in javax.speech.recognition |
---|
Fields in javax.speech.recognition declared as SpeakerProfile | |
---|---|
static SpeakerProfile |
SpeakerProfile.DEFAULT
The default SpeakerProfile is used
if no other speaker has been set. |
Methods in javax.speech.recognition that return SpeakerProfile | |
---|---|
SpeakerProfile |
SpeakerManager.getCurrentSpeaker()
Gets the current SpeakerProfile . |
SpeakerProfile[] |
RecognizerMode.getSpeakerProfiles()
Gets the SpeakerProfile list specified in
this RecognizerMode . |
SpeakerProfile[] |
SpeakerManager.listKnownSpeakers()
Lists the SpeakerProfile s known to this SpeakerManager . |
Methods in javax.speech.recognition with parameters of type SpeakerProfile | |
---|---|
void |
SpeakerManager.createSpeaker(SpeakerProfile speaker)
Creates new speaker data for a SpeakerProfile . |
void |
SpeakerManager.deleteSpeaker(SpeakerProfile speaker)
Deletes the speaker data for a SpeakerProfile . |
boolean |
SpeakerProfile.match(SpeakerProfile required)
Returns true if this object matches the required object. |
void |
SpeakerManager.renameSpeaker(SpeakerProfile oldSpeaker,
SpeakerProfile newSpeaker)
Associates existing speaker data with a new SpeakerProfile . |
void |
SpeakerManager.setCurrentSpeaker(SpeakerProfile speaker)
Sets the current SpeakerProfile . |
Constructors in javax.speech.recognition with parameters of type SpeakerProfile | |
---|---|
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. |
|
JSAPI 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
JavaTM Speech API 2.0,
Final Release v2.0.6.
© 2008, Conversay and Sun Microsystems.