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 webpage provides documentation for the `TranslationConfig` class within the Google Cloud Speech-to-Text v2 API, used for configuring audio translation into text for a specified language."],["The `TranslationConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The available versions of the `TranslationConfig` class, found on the page, range from version 1.0.0 to 1.4.0, with 1.4.0 being the latest."],["`TranslationConfig` has two constructors: a default constructor and a copy constructor that accepts another `TranslationConfig` object as a parameter."],["The primary property of `TranslationConfig` is `TargetLanguage`, a string property used to set the desired language for translation, and it is required for use."]]],[]]