clsGoogleDetectLanguage Step
Description:
This step detects the language of the text, powered by Google AI services.
Inputs
- textToDetect - Enter text to detect
- varGlobalToStoreValue - Variable / Global to store the language
- varGlobalToStoreReliability - Variable / Global to store reliability
- varGlobalToStoreConfidence - Variable / Global to store confidence level
Returns
- True – step executed successfully
- False – step failed to execute
Usage:

Example:
Let’s build and execute the “googleDetectLanguageDef” example.
- Create a new definition called “googleDetectLanguageDef”
- Select the definition and click the “design” button
- Drag a “googleDetectLanguage” step from the toolbox
- Connect the dots between the Start and “googleDetectLanguage” step
- Configure variables/globals to store the language check result, reliability, and confidence level values
- Click the “googleDetectLanguage” step to configure its “Required” properties. Provide a step name. Provide the non-English text to detect. Provide the variable/global to store the language result. Click Save.

- Click on the “googleDetectLanguage” step to configure its “Optional” properties. Provide the variable/global reference to store the reliability and confidence level values.

- Save the process definition, create a process instance, and execute. The Step should detect the language of the text provided during runtime. Render the process instance and verify the step properties.

Definition Sample:
You may download the ZIP file and extract the sample definition(s) from the link here and later import it (drag-drop) to your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.
NOTE: Please verify and complete the process steps for any missing configurations, such as file path references and database connections after import. Then, save the definition to confirm the changes.
Click here to download the sample file.