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."],[[["The `TranslationConfig` class, part of the Google Cloud Speech-to-Text v2 API, is used to configure the translation of audio into text in a specified language."],["This class is currently available in versions ranging from 1.0.0 to the latest, 1.4.0, with 1.3.0 being the version detailed here."],["`TranslationConfig` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `TargetLanguage` property within `TranslationConfig` allows users to set the specific language code for the desired translation output."],["The `TranslationConfig` class can be instantiated using a default constructor, or a constructor taking another instance of `TranslationConfig` as a parameter."]]],[]]