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."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionality."],["The latest version available is `3.4.0`, and the provided document focuses on version `2.5.0` of the `TextExtractionAnnotation` class, with various previous versions available for reference."],["`TextExtractionAnnotation` has properties like `AnnotationCase`, `Score`, and `TextSegment`, which are used to define its behavior, where the `Score` property, for example, indicates the annotation's confidence level, ranging from 0.0 to 1.0."],["The `TextExtractionAnnotation` class includes two constructors: a default one and another that accepts an existing `TextExtractionAnnotation` object for copying."]]],[]]