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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]