Transliterate text
important
This activity pack is deprecated. Please download and use the latest version of the Microsoft Translator activity pack at https://marketplace.uipath.com/listings/microsoft-translator
UiPath.MicrosoftTranslatorText.Activities.TransliterateText
Converts a text from one script to another script.
Properties
Common
- DisplayName - The display name of the activity.
Authentication
- SubscriptionKey - The subscription key to the Microsoft Text Translator service. The key needs to be acquired from Microsoft. For more information on how to set up the service please visit the official Microsoft documentation here.
Input
- FromScript - The script from which to transliterate. The script needs to be specified as an ISO 15924 script ID. For more information please visit the Unicode representation page here. For a complete list of supported languages and scripts please visit the official Microsoft Documentation here
- Language - The language in which the text is written specified as a BCP 47 language tag. For a complete list of supported languages and scripts please visit the official Microsoft Documentation here
- Text - The text to be transliterated.
- ToScript - The script into which to transliterate. The script needs to be specified as an ISO 15924 script ID. For more information please visit the Unicode representation page here. For a complete list of supported languages and scripts please visit the official Microsoft Documentation here
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- TransliteratedText - The result of the transliterate process.