(Page 5 of 17 in this chapter)
ttsLinkUED
Description
- Begins text filtering by linking a loaded User Exception Dictionary (UED) to a text-to-speech context.
Prototype
- DWORD ttsLinkUED(CTAHD ctahd,
UEDHD uedhd)
- ctahd CT Access handle returned by ctaCreateContext.
- uedhd A User Exception Dictionary handle.
Return Values
Events
- None.
Details
- This function links a UED to a text-to-speech context. UEDs allow developers to substitute expanded or phonetic spellings for specified words in text input. Once an instance of
text-to-speech is linked to a UED, the UED filters all text input sent to that context.
- Each instance of text-to-speech can only link to one UED, but multiple contexts of text-to-speech can link to a single UED.
Note: If ttsLinkUED is called more than once for a single
instance of text-to-speech, the last UED is linked.
- Stop UED filtering by calling ttsUnlinkUED.
See Also
- ttsLoadUED, ttsUnlinkUED, ttsUnloadUED
(Page 5 of 17 in this chapter)
tech_support@nmss.com
Copyright © 1997, Natural MicroSystems, Inc. All rights
reserved.