Jubler Subtitle Εditor
Retrieving Parameters for Azure Translation Service Integration
Overview
This document provides a guide to set up an Azure account and retrieve necessary parameters for integrating with the Azure Translation Service.
Unfortunately, even if this service is free, users must first subscribe to Azure services. The free tier has a limit of 2 million characters per month. Have this in mind when you translate subtitles.
Steps to Retrieve Parameters
1. Create an Azure Account
If you do not have an Azure account, follow these steps to create one:
- Visit the Azure website: Azure’s website.
- Click on the “Start free” option to sign up.
- Follow the on-screen instructions to complete the account setup, which may include providing your email address, creating a Microsoft account, and entering payment information for account verification.
2. Create a Translator Resource
Once your Azure account is set up, create a Translator resource by following these steps:
- Log in to the Azure Portal.
- Click on “Create a resource” in the top-left corner of the dashboard.
- In the search bar, type “Translator” and hit enter.
- Select “Translator” from the search results and click “Create”.
- Fill in the details for the new resource:
- Subscription: Choose your Azure subscription.
- Resource group: Create a new resource group or select an existing one. A resource group is a container that holds related resources.
- Region: Select the geographical location closest to you or your users. This determines where your resource is hosted.
- Name: Give your Translator resource a unique name.
- Pricing tier: Select a pricing tier that suits your needs. Azure offers a free tier for limited use.
- Review and create the resource.
3. Obtain Subscription Key and Base URL
After creating the Translator resource, you need to retrieve the subscription key and base URL:
- Navigate to your newly created Translator resource in the Azure portal.
- In the resource overview, locate the “Keys and Endpoint” section.
- Here, you will find two keys provided; you can use either. Copy the key; this is your Subscription Key.
- The “Location/Region” is your Region.
- The Endpoint URL plus the location of the translator endpoint (found under “Web API”) os your Base URL. An example of base URL is
https://api-eur.cognitive.microsofttranslator.com/translate?api-version=3.0
. Note that API version is also required.
Setup Jubler
Under the Translation tool, use the Configure
button to provide this information to the system. Note yopu need to also provide a password, to securely store the key to your drive. Every time you launch Jubler, you need to provide this password again.