public sealed class TextEntityExtractionConfig : IMessage<TextEntityExtractionConfig>, IEquatable<TextEntityExtractionConfig>, IDeepCloneable<TextEntityExtractionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class TextEntityExtractionConfig.
Config for text entity extraction 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 document provides reference documentation for the `TextEntityExtractionConfig` class within the Data Labeling v1beta1 API, specifically for version 2.0.0-beta05, which is the latest."],["The `TextEntityExtractionConfig` class is used for configuring text entity extraction tasks in human labeling, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a default constructor and a constructor that takes another `TextEntityExtractionConfig` object as a parameter, alongside a property called `AnnotationSpecSet` for setting the annotation specification resource name."],["The `TextEntityExtractionConfig` class is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace and is contained within the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."]]],[]]