Plugin: MT (MS Translator)
Machine translation provided by Microsoft Translator (API version 3). Based on the required Category parameter, a specific MT engine is used from the MT provider.
Provider URL: https://docs.microsoft.com/en-us/azure/cognitive-services/translator/translator-info-overview
Class: LTGear.Flowme.Plugin.MT.MS.V3.Translate
Pipeline Format: XLIFF (MT)
Parameters:
APIkey: The Microsoft Azure secret key for your subscription to Translator Text API. This parameter is required.
Category: A string specifying the category (domain) of the translation. The default is ‘general’, which implies using the generic system. Add the Category ID from your Custom Translator project details to use your deployed customized system. Also refer to MS documentation for project details .
AllowFallback: Specifies that the service is allowed to fallback to a general system when a custom system does not exist. Possible values: ‘Yes’ or ‘No’ (default)
Tier: Azure subscription tier for rate limiting. If provided, the service will be bounded to to avoid overcoming maximum characters per hour limit as specified in https://learn.microsoft.com/en-us/azure/ai-services/translator/service-limits#character-limits-per-hour. As mentioned in docs, for Custom Translator models the limit is allways 3,600 characters per second. Possible values: ‘Unlimited’, ‘F0’, ‘S1’, ‘S2’, ‘S3’, ‘C2’.