public sealed class LabelTextEntityExtractionOperationMetadata : IMessage<LabelTextEntityExtractionOperationMetadata>, IEquatable<LabelTextEntityExtractionOperationMetadata>, IDeepCloneable<LabelTextEntityExtractionOperationMetadata>, IBufferMessage, IMessage
Details of a LabelTextEntityExtraction operation metadata.
[[["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 details the `LabelTextEntityExtractionOperationMetadata` class, which is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace within the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."],["The `LabelTextEntityExtractionOperationMetadata` class is a sealed class representing metadata for a LabelTextEntityExtraction operation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are two constructors for this class: a default constructor and one that accepts another `LabelTextEntityExtractionOperationMetadata` instance for copying."],["The `LabelTextEntityExtractionOperationMetadata` class has a `BasicConfig` property of type `HumanAnnotationConfig`, which represents the basic human annotation configuration used in a labeling request."]]],[]]