public sealed class TextEntityExtractionConfig : IMessage<TextEntityExtractionConfig>, IEquatable<TextEntityExtractionConfig>, IDeepCloneable<TextEntityExtractionConfig>, IBufferMessage, IMessage
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 outlines the `TextEntityExtractionConfig` class, which is used for configuring text entity extraction tasks within the Google Cloud Data Labeling service."],["The latest version of this class is 2.0.0-beta05, with version 1.0.0-beta03 being the one currently documented."],["`TextEntityExtractionConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["The class inherits from `Object` and has constructors for creating new instances, including one for copying from another `TextEntityExtractionConfig` object."],["The `AnnotationSpecSet` property of type `String` within this class is required and represents the resource name for the annotation specification set."]]],[]]