How to choose my own trained model when accessing translation api (v2) from .dot net?

I don't understand how I can use my own trained dataset in google cloud translation to translate with when I make the api call from c# in .net. All I can pass as model is base, NeuralMachineTranslation and servicedefault. Please advice.

0 1 158
1 REPLY 1

Hi Micke77, it looks like you're using v2 for translations. You'll need to use v3  instead (https://cloud.google.com/translate/docs/editions). Also, fyi, custom model APIs are now part of v3: https://cloud.google.com/translate/docs/advanced/automl-beginner.