iRobo.Activity. Spell Checker
Activity that checks for the spelling mistakes in texts.
Properties
Input
- Text – The text that needs to be checked for spelling mistakes. (Mandatory)
Misc
- DisplayName – Activity header name.
Output
- MisspelledWords – A String variable that contains the miss spelled words.
- SuggestedWords – A list of String that contains the suggested words for the mistakes that were found.
Steps of Using Spell Checker Activity
- Open iRobo Studio.
- Navigate to Existing Project or create new project.
- Right click on project name and create new workflow.
- Drag the Spell Checker Activity from the Toolbox.
- Type the text to be checked in Text .
- Put a string variable in the output field MisspelledWords.
- Put a list<string> variable in the output field SuggestedWords .
- Click Save Button from iRobo Studio Menu or press Ctrl + S keyboard shortcut to save the workflow.
- Click Play Button to start the conversion process.
Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software