public sealed class TranslationConfig : IMessage<TranslationConfig>, IEquatable<TranslationConfig>, IDeepCloneable<TranslationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class TranslationConfig.
Translation configuration. Use to translate the given audio into text for the
desired language.
[[["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."],[[["This documentation covers the `TranslationConfig` class, part of the Google Cloud Speech-to-Text v2 API, used for configuring audio translation into text for a specific language."],["The `TranslationConfig` class has been released in multiple versions, with version 1.4.0 being the latest, and it can also be found in older versions like 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`TranslationConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `TranslationConfig` class includes a `TargetLanguage` property, a required string that specifies the language code for the desired translation."],["Constructors for `TranslationConfig` are provided to instantiate a new instance or create a copy from an existing `TranslationConfig` object."]]],[]]