I need to automatically detect the language of text data in my UiPath?

I need to automatically detect the language of text data in my UiPath workflow to route content based on language. I’ve tried different approaches, but handling multiple languages accurately has been challenging. Is there a way to use in UiPath for language detection, and what’s the best approach?

1 Like

The question that you have raised reminds me of a time, when I had used ‘Google Cloud Translation API’ to detect the languages. In turn I had used ‘Http Request’ activity to provide it with the endpoint of the API. But I had checked with very few languages based on my use case. Please have a look at your use case.
Hope this helps someway or the other.

2 Likes

@Diksha_Mane,

UiPath got GenAI activities which includes language detection and translation as well.

Refer this documentation and give it a try.

1 Like

UiPath offers a solution for this via the WebAPI language detection feature. By creating HTTP requests to a Language Detection API, you can automate language identification within your workflows, which helps in processing multilingual content. Configure the HTTP Request activity to connect with the API, retrieve language data, and route based on detected languages. Full setup steps are available in the UiPath Language Detection Guide.

1 Like

Hi @Diksha_Mane, can you please detail on what you need to do more specifically when you say “route content” ?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.