public enum TranslationModelReference documentation and code samples for the Google Cloud Translation v2 API enum TranslationModel.
Underlying model used by the Google Cloud Translation API. This can be explicitly specified on a per-client or per-method basis. See https://cloud.google.com/translate/release-notes for on-going changes and new models.
Namespace
Google.Cloud.Translation.V2Assembly
Google.Cloud.Translation.V2.dll
Fields |
|
|---|---|
| Name | Description |
Base |
The "base" model. The exact meaning of this model may change over time. |
NeuralMachineTranslation |
The Neural Machine Translation model ("nmt") provides higher quality results where available, but is computationally intensive. |
ServiceDefault |
Explicitly allow the API service to decide which model to use. |