Text Translator Detect Language vs Text Analytics Detect Language

Lalith 161 Reputation points
2021-10-26T11:45:47.123+00:00

What is the difference between Text Translator Detect Language and Text Analytics Detect Language? which one is reliable? what should i use?

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
340 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
354 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,371 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,611 Reputation points
    2021-10-27T03:45:49.76+00:00

    @Lalith Thanks, Use Detect language with the Text Analytics to determine language of the source text before submitting for translation. It would avoid submitting requests for same language translation.

    Text Analytics also provides a Linux-based Docker container image for language detection, so you can install and run the Text Analytics container close to your data.

    Translator Detect Method - Azure Cognitive Services