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 is one of Vocola's built-in commands.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)