Meghna Chahar If you want to use Azure Translator API to translate an entire set of web pages then you can use the document translator API which offers asynchronous translation requests to be passed for a set of documents and supports various document formats. This quickstart should help you get started.
The general translator API is designed to translate short text with limitation on the number of characters. If you are designing an application to translate text from a page, or a highlighted text from a page then this is ideal for such scenarios where you pass the text in requests with maximum request size not exceeding 50000 characters.
I hope this helps!!
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.