classafFancomSapi::SpPhoneConverter
sys::Obj afFancomSapi::SpPhoneConverter
Supports conversion between phoneme symbols and phoneme IDs.
http://msdn.microsoft.com/en-us/library/ee125602%28v=vs.85%29.aspx
@clsid {9185F743-1143-4C28-86B5-BFF14F20E5C8}
- idToPhone
Str? idToPhone(Variant? idArray)
Converts an array of phoneme IDs to a string of phoneme symbols.
- languageId
Int? languageId
Gets and sets the language id of the converter.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- makeFromProgId
new makeFromProgId()
- phoneToId
Variant phoneToId(Str? phonemes)
Converts a string of phoneme symbols to an array of phoneme IDs.
- progId
const static Str progId := "SAPI.SpPhoneConverter"