public sealed class LabelTextClassificationOperationMetadata : IMessage<LabelTextClassificationOperationMetadata>, IEquatable<LabelTextClassificationOperationMetadata>, IDeepCloneable<LabelTextClassificationOperationMetadata>, IBufferMessage, IMessage
Details of a LabelTextClassification 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."],[[["The latest version of `LabelTextClassificationOperationMetadata` is 2.0.0-beta05, with older versions 2.0.0-beta04 and 1.0.0-beta03 also available for reference."],["`LabelTextClassificationOperationMetadata` is a sealed class in the namespace `Google.Cloud.DataLabeling.V1Beta1`, representing metadata for text classification operations and it implements several interfaces like IMessage, IEquatable, and IDeepCloneable."],["The class inherits from `Object` and provides methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are inherited members."],["The class provides a `BasicConfig` property of type `HumanAnnotationConfig`, which allows for setting the basic human annotation configuration."],["There are two constructors: a default constructor `LabelTextClassificationOperationMetadata()` and another constructor `LabelTextClassificationOperationMetadata(LabelTextClassificationOperationMetadata other)` for making copies of the class."]]],[]]