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 page provides documentation for the `TranslationAnnotation` class within the `Google.Cloud.AutoML.V1` namespace, detailing its properties, constructors, and inheritance."],["The `TranslationAnnotation` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various protobuf and .NET functionalities."],["The latest version documented is 3.4.0, and the page lists the documentation for different versions, with version 3.0.0 being the context that defines the members and properties."],["The `TranslationAnnotation` class has a property called `TranslatedContent`, which is an output-only `TextSnippet` representing the translated text."],["There are two constructors available for `TranslationAnnotation`: one default constructor and another that accepts an existing `TranslationAnnotation` object as a parameter."]]],[]]