This interface is supported by the voice-dictation object.
Member function | Description |
AutoLockGet | Gets the state of automatic locking. |
AutoLockSet | Turns automatic locking on/off. |
BookmarkAdd | Places a bookmark in the text. |
BookmarkEnum | Enumerates the bookmarks within a section of text. |
BookmarkMove | Moves a bookmark within the text. |
BookmarkQuery | Finds a bookmark's position. |
BookmarkRemove | Removes a bookmark from the text. |
FX | Performs built in effects on the text. |
GetChanges | Returns what changes occurred since the last call to UnLock(). |
Hint | Sends a hint down to the speech recognizer. |
Lock | Locks the text object so only the application can modify the text. |
ResultsGet | Returns the results object associated with a word. |
TextGet | Gets text from the internal buffer. |
TextMove | Moves text within the internal buffer. |
TextRemove | Removes text from the internal buffer. |
TextSelGet | Gets the current text selection. |
TextSelSet | Sets the current text selection. |
TextSet | Writes text to the internal buffer. |
UnLock | Unlocks the text object after it was locked. |
Words | Tells the recognizer to expect specific words. |