Enum TranslationModel (2.1.0)

public 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.V2

Assembly

Google.Cloud.Translation.V2.dll

Fields

NameDescription
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.