Thank you for this simple and very accurate video, however I would like to know if you can make us a video in which we can add several files to translate at the same time, instead of a single file per execution of the program. Thank you in advance.
Thank you Shweta for this great demonstration. I have followed your demonstration exactly, but I am receiving "Forbidden" with no further explanation. I've updated my endpoint as per your demo; updated the SourceUrl as per demo; and updated the targetUrl likewise. I'm using your source code as per attached with only the above modifications. I've created the storage containers and the inputdocs and translateddocs containers; uploaded a small .docx to the inputdocs container; and generated the storage access policies increasing read/write/list. Do you have any advice? Thank you in advance. (BTW, since the release the UI is slightly different than you demo)
@@shweta-lodha Thank you...I missed that you MUST check the LIST permission on the inputdocs container. You did show this, but apparently, I missed this. Thank you for your kind reply :)
@@shweta-lodha After fixing the LIST permission, I am now faced with "Target file already exists" when I translate the same document more than once. Is there a way to overlay the existing document or delete it first before translation?
I guess, deletion is the only option because the targetUrl for each target language must be unique. Here is the official documentation mentioning this: learn.microsoft.com/en-us/azure/cognitive-services/translator/document-translation/reference/start-translation
Hello, I am not getting the desired translated file after running the console application. Please tell me is there any other things I need to check. Also, tell me the route folder structure that you have mentioned top most
Hello Swetha, Thanks for the great video, We want to implement the same but not using the storage accounts/containers, is there any possibility of uploading the files for translation and downloading the files to physical memory instead of going with Storage containers.
Yes, you can do it as it is just a REST API call. Check this out: learn.microsoft.com/en-us/azure/cognitive-services/translator/quickstart-translator?tabs=csharp
Hi, Thanks for this great video! One question, I was trying to translate a document from English to Arabic, but I wasn't asked anywhere to define the language I want the document to be translated to. Where can I choose the language? Thanks
Thank you for this video. I have another small question, how can I make it so that per C# we wait until the document is ready translated in the folder so we can write it back to a stream and save it to the database?
Thanks for the video. I'm getting the following error IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. WebException: The underlying connection was closed: An unexpected error occurred on a send. SocketException: An existing connection was forcibly closed by the remote host
What do you mean by Google file Translation? If you are talking about a document translation, then I've already created 2 videos on that. Please refer this: th-cam.com/play/PLb9nVWmuEUuEeut9rDlUP2NdX3IA13Jsm.html
Giọng anh rất hay, cảm xúc nữa ạ.
Thank you for this great video
Glad you enjoyed it!
Thank you for this simple and very accurate video, however I would like to know if you can make us a video in which we can add several files to translate at the same time, instead of a single file per execution of the program. Thank you in advance.
Great suggestion! I'll accommodate that.
Thank you Shweta for this great demonstration.
I have followed your demonstration exactly, but I am receiving "Forbidden" with no further explanation.
I've updated my endpoint as per your demo; updated the SourceUrl as per demo; and updated the targetUrl likewise.
I'm using your source code as per attached with only the above modifications.
I've created the storage containers and the inputdocs and translateddocs containers; uploaded a small .docx to the inputdocs container; and generated the storage access policies increasing read/write/list.
Do you have any advice?
Thank you in advance. (BTW, since the release the UI is slightly different than you demo)
Please cross check permissions on your storage account.
@@shweta-lodha Thank you...I missed that you MUST check the LIST permission on the inputdocs container. You did show this, but apparently, I missed this. Thank you for your kind reply :)
@@shweta-lodha After fixing the LIST permission, I am now faced with "Target file already exists" when I translate the same document more than once.
Is there a way to overlay the existing document or delete it first before translation?
I guess, deletion is the only option because the targetUrl for each target language must be unique. Here is the official documentation mentioning this: learn.microsoft.com/en-us/azure/cognitive-services/translator/document-translation/reference/start-translation
This is very precise video. Can you help with code, if the document is required to translate to multiple languages german, chinese and french etc..
Hello, I am not getting the desired translated file after running the console application. Please tell me is there any other things I need to check. Also, tell me the route folder structure that you have mentioned top most
Hello Swetha,
Thanks for the great video, We want to implement the same but not using the storage accounts/containers, is there any possibility of uploading the files for translation and downloading the files to physical memory instead of going with Storage containers.
Yes, you can do it as it is just a REST API call. Check this out: learn.microsoft.com/en-us/azure/cognitive-services/translator/quickstart-translator?tabs=csharp
Hi,
Thanks for this great video!
One question, I was trying to translate a document from English to Arabic, but I wasn't asked anywhere to define the language I want the document to be translated to. Where can I choose the language?
Thanks
It is supplied as part or json. Please see targets property of json.
THANK YOU SO MUCH
Thank you for this video. I have another small question, how can I make it so that per C# we wait until the document is ready translated in the folder so we can write it back to a stream and save it to the database?
You can use Azure Function App to monitor your Azure storage
Thanks for the video. I'm getting the following error
IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
WebException: The underlying connection was closed: An unexpected error occurred on a send.
SocketException: An existing connection was forcibly closed by the remote host
Please check your firewall settings
How to do this without coding or developer experience. I don't understand anything 😂😢 please help
Unfortunately you should have beginner knowledge because it requires coding effort. Sorry for that.
Showing this error, plz suggest me what is wrong
Error occurred. Status code: ForbiddenPS C:\Users\cloud\Desktop\myproject>
Hi i tried this one but i want to know single file translation please let me know how to do that
It would work for single file also.
Hi Mam Can you make video for Google file Translation Thank you
What do you mean by Google file Translation? If you are talking about a document translation, then I've already created 2 videos on that. Please refer this: th-cam.com/play/PLb9nVWmuEUuEeut9rDlUP2NdX3IA13Jsm.html
@@shweta-lodha I need Google engine not azure
Where I can get source code
Here you go: github.com/shwetalodha/BlogSource/blob/main/TranslateDocFromEnfToFr_C%23.cs