This Dictation class allows correction and modification of the phrase most recently recognized by Vocola dictation, through functions such as Get, Correct, and Replace. Vocola maintains a stack of recently-dictated phrases, so earlier phrases can be accessed if the just-dictated phrase is removed (see Replace).
The functions in this class cannot access phrases recognized by WSR dictation.
Other than the stack of recently-dictated phrases, Vocola has no knowledge of a document's text or insertion point. Vocola modifies the just-dictated phrase by first sending enough "backspace" keystrokes to remove it, so modification will not work correctly if the insertion point moves from the end of the just-dictated phrase. To be conservative, Vocola clears the dictation stack after a command action unless that action is known to not affect the insertion point.
Function | Description |
---|---|
CanGet | Indicates whether a just-dictated phrase is available to Get. |
Correct | Raises the Vocola correction panel to correct the just-dictated phrase. |
Disable | Disables Vocola dictation. |
DisableForApplication | Disables Vocola dictation for a specific application. |
DisableForWindow | Disables Vocola dictation for a specific application window. |
Enable | Enables Vocola dictation. |
EnableForApplication | Enables Vocola dictation for a specific application. |
EnableForWindow | Enables Vocola dictation for a specific application window. |
Get | Returns the phrase most recently recognized by Vocola dictation, if available. |
Replace | Replaces the just-dictated phrase with specified text. |
ReplaceInActiveText | Modifies specified text in recently-dictated phrases. |
ReplaceWithAlternate | Replace the just-dictated phrase with the best-guess alternate. |
ShowDictationShortcutsDialog | Activates the Vocola "Dictation Shortcuts" dialog box. |
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)