public sealed class TranslationAnnotation : IMessage<TranslationAnnotation>, IEquatable<TranslationAnnotation>, IDeepCloneable<TranslationAnnotation>, IBufferMessage, IMessage
[[["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 `TranslationAnnotation` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.5.0, which is designed for translation-related data in Google Cloud AutoML."],["The `TranslationAnnotation` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to the `TranslationAnnotation` class."],["The class inherits from `Object` and includes methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the inherited `Object` class."],["It offers two constructors: a default constructor and one that accepts another `TranslationAnnotation` object as a parameter, allowing for object copying."],["The `TranslationAnnotation` class has one primary property called `TranslatedContent`, of the type `TextSnippet`, that outputs the translated text."]]],[]]