Dear RWS Community members, we are in the process of implementing new design changes and as such, you may notice these changes within the platform when accessing different parts of it. We thank you for your time, patience and understanding during this process.

Implementing Plugin for Google Cloud Translation API V3

Hello,

I've been trying to implement a machine translation plugin that uses Google Cloud Translation's AutoML models.

Google's tutorials on how to use it all involved the used of the Google.Cloud.Translate.V3 C# library to request a translation, but using it for a Trados Studio plugin resulted in the following error:

Could not load file or assembly 'Google.Cloud.Translate.V3, Version=1.0.0.0. Culture=neutral, PublicKeyToken=185c282632e132a0' or one of its dependencies. The system cannot find the file specified.

Which I assume means that the library isn't supported by Trados Stuio.

So I'm wondering if there is another way to implement the method without using Google's library.