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

Source

Str? idToPhone(Variant? idArray)

Converts an array of phoneme IDs to a string of phoneme symbols.

languageId

Source

Int? languageId

Gets and sets the language id of the converter.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

makeFromProgId

Source

new makeFromProgId()

phoneToId

Source

Variant phoneToId(Str? phonemes)

Converts a string of phoneme symbols to an array of phoneme IDs.

progId

Source

const static Str progId := "SAPI.SpPhoneConverter"