public sealed class TextEntityExtractionAnnotation : IMessage<TextEntityExtractionAnnotation>, IEquatable<TextEntityExtractionAnnotation>, IDeepCloneable<TextEntityExtractionAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class TextEntityExtractionAnnotation.
[[["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 latest version of the `TextEntityExtractionAnnotation` class is 2.0.0-beta05, with previous versions 2.0.0-beta04 and 1.0.0-beta03 also available."],["`TextEntityExtractionAnnotation` is a class within the Google.Cloud.DataLabeling.V1Beta1 namespace used for representing text entity extraction annotations."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TextEntityExtractionAnnotation` includes properties such as `AnnotationSpec`, which specifies the label of the text entities, and `SequentialSegment`, which indicates the position of the entity."],["There are two constructor overloads, one default and one that takes a `TextEntityExtractionAnnotation` object as a parameter for creating a copy."]]],[]]