org.rococoa.contrib.appkit
Class NSSpeechDictionary.Entry
java.lang.Object
org.rococoa.contrib.AbstractPropertyDictionary<NSSpeechDictionary.Entry.DictionaryEntryProperty>
org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
- Enclosing class:
- NSSpeechDictionary
public static class NSSpeechDictionary.Entry
- extends AbstractPropertyDictionary<NSSpeechDictionary.Entry.DictionaryEntryProperty>
Represents a dictionary entry.
Maps a spelling of a word to the associated phonemes that should be used to pronounce it.
Methods inherited from class org.rococoa.contrib.AbstractPropertyDictionary |
getBoolean, getData, getDate, getEnum, getInt, getShort, getString, getValueAsType, setDate, setString, setValue, toString |
NSSpeechDictionary.Entry
public NSSpeechDictionary.Entry()
NSSpeechDictionary.Entry
public NSSpeechDictionary.Entry(NSMutableDictionary data)
NSSpeechDictionary.Entry
public NSSpeechDictionary.Entry(String spelling,
String phonemes)
getSpelling
public String getSpelling()
setSpelling
public void setSpelling(String entrySpelling)
getPhonemes
public String getPhonemes()
setPhonemes
public void setPhonemes(String entryPhonemes)
Copyright © 2012. All Rights Reserved.