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."],[[["The `TranslationAnnotation` class provides details specific to translation within the Google Cloud AutoML V1 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["It features a constructor to create a new `TranslationAnnotation` object, as well as a constructor for making copies from existing `TranslationAnnotation` objects."],["The `TranslatedContent` property of type `TextSnippet` represents the output of the translation process, representing the translated content."],["The documentation on this page covers a range of versions for this class from 2.2.0 up to 3.4.0, however this specific page covers version 2.3.0."]]],[]]