Class LabelTextClassificationOperationMetadata
Details of a LabelTextClassification operation metadata.
Inheritance
System.Object
LabelTextClassificationOperationMetadata
Implements
System.IEquatable<LabelTextClassificationOperationMetadata>
Google.Protobuf.IBufferMessage
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 LabelTextClassificationOperationMetadata : IMessage<LabelTextClassificationOperationMetadata>, IEquatable<LabelTextClassificationOperationMetadata>, IDeepCloneable<LabelTextClassificationOperationMetadata>, IBufferMessage, IMessage
Constructors
LabelTextClassificationOperationMetadata()
Declaration
public LabelTextClassificationOperationMetadata()
LabelTextClassificationOperationMetadata(LabelTextClassificationOperationMetadata)
Declaration
public LabelTextClassificationOperationMetadata(LabelTextClassificationOperationMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| LabelTextClassificationOperationMetadata | other |
Properties
BasicConfig
Basic human annotation config used in labeling request.
Declaration
public HumanAnnotationConfig BasicConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| HumanAnnotationConfig |