Auto-detection translation behaviour and pricing
Hi Team, For a translation API with language auto-detection: If the detected language matches the target language, is the text still processed for translation, or is it returned as-is? About the cost: Is it based only on the input text's character…
Repeated result from document to document translation when using glossary
When I include glossary (tsv) file in document to document translation, sometimes, I will find some sentences or phrases will be translated repeatedly. For example, If I have source sentences "ABCDEFGH" can be translated into…
How to fix "code":"InvalidDocumentAccessLevel","message":"Cannot access source document location with the current permissions."
I am trying to use Microsoft power automate to automatically translate documents uploaded to a sharepoint folder. The documents are first retrieved and then stored in an Azure blob storage account. This works fine. This blob should then be retrieved by…
Dynamic Dictionary (AI Cognitive service) not working as expected
Hi all, I am using the Translation Text api to translate some text from one language to another. Now we have a requirement to preserve some words during the translation and so we are trying to use the dynamic dictionary feature. However, what we see is…
Unable to publish custom model, even though translator resource is available.
I trained a custom model using the custom translator portal. Whenever I try to publish a trained model, I get the error message "You need a paid global Translator Text API subscription to deploy a model." However, the workspace is connected to…
Unable to publish You need a paid global Translator Text API subscription to deploy a model.
I am trying to publish a custom trained model with the portal.customtranslator but I get the error message posted above. Even though the workspace is connected to a global translator resource. I couldn't have trained the model anyway, if it wasn't…
Azure translation issue(from English to Chinese), unnecessary extra spaces appear in the generated document when a glossaries is used.
We use the Azure Translator tool for document translation (translating English documents into Chinese documents). When a glossary is used, the generated Chinese document contains unnecessary spaces between each Chinese character. If the glossary is not…
Azure.RequestFailedException: 'Cannot access source document location with the current permissions. Status: 200 (OK) ErrorCode: InvalidRequest
I have two containers in Azure storage, in order to do translations original and transcribed, they are containers, because I need to access it I have a method, to upload my document public async Task<Uri> UploadToAzureBlobStorage(string…
HTML translation to sr-Cyrl incorrectly handles notranslate elements
Hi, When we try to translate the following text: "Text is: <span class='notranslate'>Do not translate</span>" or "Text is: <span translate='no'>Do not translate</span>" From en to sr-Cyrl using the…
Tajik Language In Azure Translator Not Supported
Thanks, The Tajik language is listed here as one of the supported languages in Azure Translator https://learn.microsoft.com/en-us/azure/ai-services/translator/language-support But it is not returned by the API: …
How do I unpublish a model in Custom Translator?
I understand that simple deleting a published model in my Custom Translator workspace is not a good idea. But I cannot find an option to UNPUBLISH it. What do I do to unpublish a modal which I used for training purposes only?
Azure Translator Synchronous Document Translation API Rejecting All PDF Documents
I am using the synchronous document translation API as instructed here: https://learn.microsoft.com/en-us/azure/ai-services/translator/document-translation/reference/synchronous-rest-api-guide I can translate other types of documents using CURL, but when…
Custom translator XLIFF training document upload error: Failed to extract the contents of the uploaded file.
When trying to upload training documents in format XLIFF (2.0 or 1.2) at portal.customtranslator.azure.ai the uploads always fail with "Failed to extract the contents of the uploaded file." I don't get any indication of failure on upload page,…
Why does Azure Speech-to-Text detect French accurately in a standalone Python script but perform poorly in a real-time video call integration?
I'm working on a real-time translation project using Azure Speech Services. When I run my translation code in a standalone Python script, it accurately recognizes and translates French and English speech. However, when the same Speech-to-Text…
I'm trying to start a workspace in Custom Translator but my keys are not being accepted
Trying to create a workspace in Custom Translator and it is asking me for my keys, I have tried to enter both and am selecting the correct region but neither from keys and endpoints in Translator is working. Am I doing something wrong? New to this so any…
Translator Java SDK fails with "{"error":{"code":401001,"message":"The request is not authorized because credentials are missing or invalid."}}"
Using the Java SDK, I keep getting "{"error":{"code":401001,"message":"The request is not authorized because credentials are missing or invalid."}}". I've tried adding the tenantId, the endpoint URL, the…
Custom Translator - Unable to create Workspace
I'm using the wizard in Azure Custom Translator Portal to create a new Workspace but get this error: "A problem was encountered while creating your Custom Translator workspace. Please try again later." This is the first day of trying to create…
Custom Translators for Hmong and Somali
Hello, I am trying to do some translation from Hmong and Somali to English for an application I am working on where users can input some free-form text fields and we have to present that information to English-only speakers to act on. We have a…
document translation python error
Hi, i try use sample code from your docomentation the code: import os from azure.core.credentials import AzureKeyCredential from azure.ai.translation.document import SingleDocumentTranslationClient from azure.ai.translation.document.models import…
Custom Translator Portal generic error message when trying to delete or upload files, even for creating workspaces
Good day, I’m a new user of the Custom Translator Platform. I briefly used it for the first time, including document uploads for model training, and everything went smoothly. However, when I logged in two days later to continue, I encountered repeated…