ÔÇï MicrosoftTranslator
When to use the MicrosoftTranslator activity
This activity is used to translate a string from the source language to another language during run-time.
Figure 1
Activity Name |
Picture |
MicrosoftTranslator |
Technical Reference
Figure 1.1
|
S.no |
Description |
1 |
Specify the InputString that needs to be translated |
|
2 |
Specify the language of the input string |
|
3 |
Specify the SubscriptionKey provided by Microsoft |
|
4 |
Specify the language to which the input should be translated |
|
5 |
Displays the action that the activity performs in the workflow |
|
6 |
Specify whether to continue executing the workflow even if the activity fails |
|
7 |
Specify the Boolean variable which holds the success state of the activity |
|
8 |
Enter the declared variable name to store the translated text |
InputString can also be a string variable that stores the data.
SubscriptionKey will be provided when the user registers with the Microsoft Translator services.
Illustration
Activity: The MicrosoftTranslator activity is a cognitive feature which helps the user translate data from a source language to a preferred language based on the process.
Figure 1.2
Enter the declared variable name in the ÔÇ£TextÔÇØ field.
Figure 1.3
ÔÇï