public sealed class TextExtractionAnnotation : IMessage<TextExtractionAnnotation>, IEquatable<TextExtractionAnnotation>, IDeepCloneable<TextExtractionAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class TextExtractionAnnotation.
[[["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 document provides reference documentation for the `TextExtractionAnnotation` class within the Google AutoML v1 API, specifically for version 3.2.0."],["`TextExtractionAnnotation` is used for identifying and annotating spans of text and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `AnnotationCase`, `Score`, and `TextSegment` to manage the annotations and their details, including a confidence score."],["There are two constructors available for the `TextExtractionAnnotation` class, one default constructor and another that takes another `TextExtractionAnnotation` as a parameter for copying."],["The content includes links to documentation for several previous versions of the API from 3.4.0 to 2.2.0, allowing to view its evolution over time."]]],[]]