The Microsoft Translator activities use a (Subscription Key*) to establish a connection between UiPath and your Microsoft Translator service. This connection authorizes a Robot to call the AdobeSign APIs and access resources on your behalf. Some tenants also require a (Region) parameter to work correctly.
After establishing a connection, a parent Microsoft Translator Scope activity can output a record of the connection in a Connection
object (Connection) that you can use in subsequent child scope activities.
How it works
The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Microsoft Translator Scope activity to your project.
- Enter values for the [Input](doc:microsoft-translator-scope#section-authentication] properties.
Properties
The values for the following properties are specified when adding this activity to your project in UiPath Studio.
Common
DisplayName
The display name of the activity.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Microsoft Translator Scope |
Allowed values | Enter a |
Notes | N/A |
Authentication
Subscription Key
The subscription key to the Microsoft Translator service.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | The key needs to be acquired from Microsoft. |
Region
Specifies the applicable region.
Attributes | Details |
---|---|
Type |
|
Required | Maybe |
Default value | Empty |
Allowed values | Enter a |
Notes | This is required for some regions and services. |
Configuration
Endpoint URL
As needed, specify a specific Translator service URL such as when using Virtual Private Network (VPN) or Express Routes
Attributes | Details |
---|---|
Type |
|
Required | No |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
Updated 21 days ago