public sealed class TextClassificationConfig : IMessage<TextClassificationConfig>, IEquatable<TextClassificationConfig>, IDeepCloneable<TextClassificationConfig>, IBufferMessage, IMessage
Config for text classification human labeling task.
[[["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 `TextClassificationConfig` class is used to configure human labeling tasks for text classification within the Google Cloud Data Labeling service."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usability within the .NET framework."],["`TextClassificationConfig` offers properties to specify whether multiple labels are allowed (`AllowMultiLabel`), define the annotation spec set resource name (`AnnotationSpecSet`), and configure sentiment selection (`SentimentConfig`)."],["The class is available in multiple versions, with the latest being 2.0.0-beta05, and it is located within the `Google.Cloud.DataLabeling.V1Beta1` namespace and `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."],["There are two constructors for this class: one default and one that allows you to pass another `TextClassificationConfig` instance."]]],[]]