I can't see the number of translated characters (TranslateText, Microsoft Azure)

José Luis Barrera 0 Reputation points
2024-03-16T01:29:38.3333333+00:00

I am using the service offered by Azure to be able to perform automatic translations in my Nodejs application, which I need to be able to translate data from my database in MongoDB. By following the documentation (and with the help of ChatGPT) I have managed to achieve what I wanted. But in my resource dashboard, I can't manage to see the number of characters I have translated (which is in the 'General information' and 'Monitoring' section).

In summary, I have been able to translate what I want but I cannot see the number of characters translated (it is to check that I do not exceed the plan).

I appreciate any kind of help, and if you need me to put the code I will be happy to do so, thank you!

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
340 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,116 Reputation points Microsoft Employee
    2024-03-18T09:24:42.89+00:00

    @José Luis Barrera If you have used a translator resource the metrics that you have to look at are the following:

    • Text Characters Translated
    • Text Custom Characters Translated
    • Text Trained Characters

    This is also documented here.

    From the portal, the highlighted metrics provide you the count of text characters that are translated.

    Please ensure to use the right time duration to obtain the extact number of characters that were translated.

    User's image

    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.

    0 comments No comments