marketplace
latest
false
- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Detect Language
- Translate Text
- Transliterate Text
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Translate Text
Marketplace User Guide
Last updated Sep 5, 2024
Translate 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.TranslateText`
Translates the provided text into the required language.
- 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.
- From - The language from which the specified text will be translated. If not provided, the From language will be auto-detected. Languages need to be provided as BCP 47 language tags.
- To - The language to which the translation will be carried out. Languages need to be provided as BCP 47 language tags.
- Text - The text input for language translation. For a complete list of the supported languages please visit the official Microsoft Documentation here
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
- ProfanityAction - Selection that allows profanity processing. NoAction will keep it as it is. Deleted will remove the sections from the text. Market will replace the sections with a * character.