Questions tagged [azure-text-translation]
7 questions
2
votes
1 answer
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 translation api's but as we can translate certain text…

Navin Tiwari
- 31
- 1
2
votes
2 answers
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-English documents and store the translation result…

Nikolay Vasilyev
- 47
- 6
1
vote
1 answer
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.download_blob()
stream =…

Raphael Titus
- 173
- 12
0
votes
1 answer
Is there anyway I can escape ' without affecting the whole html in azure cognitive service translation?
LANGUAGE #1
'
Santé méritétaine, Sam’s Club.
'
LANGUAGE #2
'Meritain Salud, Sam's Club.
'
Using azure cognitive service, I've translated two htmls. Above are their results.
The first…
choopau
- 2,209
- 5
- 21
- 28
0
votes
1 answer
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 why is happening. I also tried using the same HTML input…

Tanuj
- 53
- 1
- 8
0
votes
0 answers
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 speech resource/speech services, and get the key from…

Fernando
- 381
- 1
- 5
- 20
0
votes
1 answer
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 Microsoft documentations where this is done from…

Sharvani
- 61
- 1
- 2
- 12