The BCP-47 language code of source text in the initial request, detected
automatically, if no source language was passed within the initial
request. If the source language was passed, auto-detection of the language
does not occur and this field is empty.
Only present when model is present in the request.
model here is normalized to have project number.
For example:
If the model requested in TranslationTextRequest is
projects/{project-id}/locations/{location-id}/models/general/nmt then
model here would be normalized to
projects/{project-number}/locations/{location-id}/models/general/nmt.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Translation` class represents a single translation response within the Google Cloud Translate V3 API, with its current version being 2.2.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message structures, comparisons, deep cloning, and buffer operations."],["Key properties of the `Translation` class include `DetectedLanguageCode` (the automatically detected source language), `GlossaryConfig` (the glossary configuration used), `Model` (the normalized translation model used), and `TranslatedText` (the actual translated text)."],["The `Translation` class has two constructors, one that takes no parameters, and another that takes a `Translation` object as an argument."],["This class supports and inherits some methods from the base `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]