Vocola.net
Vocola 3.1 Function Library
Correct()
Namespaces LibraryDictation ► Correct
Raises the Vocola correction panel to correct the just-dictated phrase.
Syntax
Correct()
Remarks
If alternate text is chosen from the correction panel, this function replaces the just-dictated phrase by first sending enough "backspace" keystrokes to remove it, and then sending the alternate text keystrokes. It will not work correctly if the insertion point has moved from the end of the just-dictated phrase.

If the Vocola dictation stack is empty, this function does nothing.

Examples
CopyCorrect dictation
Fix That = If( Dictation.CanGet(),
               Dictation.Correct(),
               HearCommand("Correct That") );
This command allows correcting both Vocola dictation and WSR dictation. If CanGet reports that Vocola dictation is available, Correct raises the Vocola correction panel. Otherwise, attempt to raise the WSR correction panel using HearCommand.

This is one of Vocola's built-in commands.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)