public sealed class TextExtractionAnnotation : IMessage<TextExtractionAnnotation>, IEquatable<TextExtractionAnnotation>, IDeepCloneable<TextExtractionAnnotation>, 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 `TextExtractionAnnotation` class is used for identifying spans of text and is part of the Google.Cloud.AutoML.V1 namespace, specifically version 2.3.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class."],["It includes properties like `Score`, which represents a confidence estimate for the annotation's correctness, and `TextSegment`, which indicates the portion of text to which the annotation is applied."],["The class has two constructors: a default one and one that takes another `TextExtractionAnnotation` instance as a parameter for copying."],["Several previous versions of the `TextExtractionAnnotation` class are listed, including versions 2.2.0, 2.4.0, 2.5.0, 2.6.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0, and 3.4.0, with 3.4.0 being the latest."]]],[]]