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."],[[["This webpage details the `TextExtractionAnnotation` class within the `Google.Cloud.AutoML.V1` namespace, used for identifying spans of text, and is available in version 2.4.0 of the package."],["The `TextExtractionAnnotation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `TextExtractionAnnotation` class include `AnnotationCase`, `Score`, which provides a confidence estimate for the annotation, and `TextSegment`, which indicates the part of the original text the annotation applies to."],["The page also lists various previous versions of this `TextExtractionAnnotation` class, ranging from version 2.2.0 all the way up to the latest version 3.4.0, allowing the user to switch to different versions."]]],[]]