public sealed class TextClassificationConfig : IMessage<TextClassificationConfig>, IEquatable<TextClassificationConfig>, IDeepCloneable<TextClassificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class TextClassificationConfig.
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."],[[["This page provides documentation for the `TextClassificationConfig` class within the Google Cloud Data Labeling v1beta1 API, specifically version 2.0.0-beta04."],["The `TextClassificationConfig` class is used to configure human labeling tasks for text classification and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors to create a new `TextClassificationConfig` or copy an existing one, along with properties such as `AllowMultiLabel`, `AnnotationSpecSet`, and `SentimentConfig` to customize labeling behavior."],["The `TextClassificationConfig` class is found within the `Google.Cloud.DataLabeling.V1Beta1` namespace and its assembly file is `Google.Cloud.DataLabeling.V1Beta1.dll`."],["The latest version of this API is `2.0.0-beta05` while older version `1.0.0-beta03` documentation is also available."]]],[]]