Show / Hide Table of Contents

Class TextEntityExtractionConfig

Config for text entity extraction human labeling task.

Inheritance
System.Object
TextEntityExtractionConfig
Implements
IMessage<TextEntityExtractionConfig>
System.IEquatable<TextEntityExtractionConfig>
IDeepCloneable<TextEntityExtractionConfig>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class TextEntityExtractionConfig : IMessage<TextEntityExtractionConfig>, IEquatable<TextEntityExtractionConfig>, IDeepCloneable<TextEntityExtractionConfig>, IBufferMessage, IMessage

Constructors

TextEntityExtractionConfig()

Declaration
public TextEntityExtractionConfig()

TextEntityExtractionConfig(TextEntityExtractionConfig)

Declaration
public TextEntityExtractionConfig(TextEntityExtractionConfig other)
Parameters
Type Name Description
TextEntityExtractionConfig other

Properties

AnnotationSpecSet

Required. Annotation spec set resource name.

Declaration
public string AnnotationSpecSet { get; set; }
Property Value
Type Description
System.String
Back to top