public sealed class TextExtractionAnnotation : IMessage<TextExtractionAnnotation>, IEquatable<TextExtractionAnnotation>, IDeepCloneable<TextExtractionAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 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-25 UTC."],[[["This documentation covers the `TextExtractionAnnotation` class, which is part of the Google Cloud AI Platform v1beta1 API and is specifically used for text extraction annotation details."],["The `TextExtractionAnnotation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class provides constructors for creating new `TextExtractionAnnotation` instances, including one that accepts another `TextExtractionAnnotation` instance as a parameter."],["The class includes properties like `AnnotationSpecId`, `DisplayName`, and `TextSegment`, which store information about the annotation's resource ID, display name, and text segment, respectively."],["The document is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace, located within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]