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 document provides reference documentation for the `TranslationConfig` class within the Google Cloud Speech-to-Text v2 API, used for translating audio into text in a specified language."],["The `TranslationConfig` class, which is sealed, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version of the `TranslationConfig` API is 1.4.0, with previous versions available from 1.0.0 onwards."],["The class includes a `TargetLanguage` property, which is a required string field representing the language code to which the audio should be translated."],["The class also includes two constructors, one for creating a default `TranslationConfig` and another for copying an existing `TranslationConfig` object."]]],[]]