Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-text-translation]

The tag has no usage guidance.

azure-text-translation
0 votes
0 answers
41 views

Receiving error 400074 from Azure Translator AI when trying to build Nintex Xtensions in OpenAPI

I was trying to use the Microsoft Translator API in my Client app (Nintex Automation Cloud) using JSON format and I always get stuck to this error whenever I try to execute a request. {"error&...
Ellyn Estrada's user avatar
0 votes
1 answer
161 views

Disable local auth for Azure Translator

I am required to disable local auth for the Azure Cognitive services including the Translator resource and migrate to using TokenCredential. There is 0 mention in the docs of how to use ...
magom001's user avatar
  • 650
0 votes
1 answer
195 views

Azure Text Translator v3.0 doesn't work from March 8

My Android app is using text translator API v3.0 for 2 years but somehow it didn't work from March 8. I got code 401 but I verified the secure key on Azure dashboard it's correct. It also reported ...
guan yuzhu's user avatar
0 votes
1 answer
262 views

Process audio from Byte Stream or file without saving to disk Azure Speech SDK Python

I have a flask app that gets audio files posted as formdata, We want to process these audio files with Azure Speech SDK to extract the text from the speech. But to improve performance, I would like to ...
HoverCraft's user avatar
0 votes
1 answer
146 views

Connect to Azure AI Translator in Azure DevOps Pipelines using Workload Identity Federation

I would like to use the Azure AI Text Translation from an Azure DevOps build pipeline, without having to use any secrets for authentication. I have used Workload Identity Federation for smooth ...
Gunilla's user avatar
  • 289
0 votes
1 answer
516 views

Why has this Microsoft Azure text translation request "exceeded request limits"?

I'm trying to send the below API translate request to the Microsoft Azure text translation API but get an unexpected error with code 429001 and message "The server rejected the request because ...
Blixtor's user avatar
1 vote
1 answer
475 views

Azure document Translation - how to translate a single file

I've been looking at the Microsoft Azure Documentation for Document Translation: https://learn.microsoft.com/en-us/azure/ai-services/translator/document-translation/how-to-guides/use-rest-api-...
DrGriff's user avatar
  • 4,766
0 votes
1 answer
64 views

Is there anyway I can escape ' without affecting the whole html in azure cognitive service translation?

LANGUAGE #1 '<div><span style="">Santé méritétaine,</span> Sam’s Club.</div>' LANGUAGE #2 '<div><span style=\"\">Meritain Salud,</span> ...
choopau's user avatar
  • 2,319
0 votes
1 answer
284 views

Azure Cognitive Text Translation Service not returning proper response when html is input

I am using very simple Text Translation Service but my input is "HTML" string and when the response is returned successfully the inline html text and style attributes are misplaced. Not sure ...
Tanuj's user avatar
  • 63
0 votes
0 answers
359 views

how to store as a blob the audio recoding from azure API SpeechSynthesizer and play it in angular

We are currently implementing a spring boot API that calls text to speech API SpeechSynthesizer. public PronunciationBlob callAzureToTransformTextToSpeech(String text){ //create a azure ...
Fernando's user avatar
  • 413
0 votes
1 answer
409 views

Multi Lingual Bot with Audio input and output using React

I am working on a requirement where I have to embed azure chat bot into React. I need to enable audio input and output functionality and also detection of user language and translation. I have seen ...
Sharvani's user avatar
  • 111
2 votes
1 answer
2k views

Is there any way to translate entire website using Microsoft Translator

I am having a website which is build on Angular 8 and Asp.Net Web Api. I am looking for a way to translate my own website in another language according the user selection. I have looked in text ...
Navin Tiwari's user avatar
1 vote
1 answer
1k views

How can we give the input file from storage container to azure speech api using python

Below is the code, call_name1="test.wav" blob_client1=blob_service_client.get_blob_client("bucket/audio",call_name1) print(blob_client1) streamdownloader=blob_client1....
Raphael Titus's user avatar
2 votes
2 answers
976 views

Azure Cognitive Search text translation skill 50k charactes limitation

We are using Azure Cognitive Search to index various documents, e.g. Word or PDF files, which are stored in Azure Blob Storage. We would like to be able to translate the extracted content of non-...
Nikolay Vasilyev's user avatar