public sealed class TransliterationConfig : IMessage<TransliterationConfig>, IEquatable<TransliterationConfig>, IDeepCloneable<TransliterationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class TransliterationConfig.
Configures transliteration feature on top of translation.
[[["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 `TransliterationConfig` class within the Google Cloud Translation v3 API, specifically for .NET development, offering a range of versions from 2.2.0 up to the latest 3.9.0."],["The `TransliterationConfig` class is designed to configure transliteration, which is an added feature on top of basic text translation."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for data management and manipulation within the .NET environment."],["The class includes one property, `EnableTransliteration`, a boolean that, when true, will enable the romanization of source text to be translated to the target language."]]],[]]