Show / Hide Table of Contents

Class LabelTextClassificationOperationMetadata

Details of a LabelTextClassification operation metadata.

Inheritance
System.Object
LabelTextClassificationOperationMetadata
Implements
IMessage<LabelTextClassificationOperationMetadata>
System.IEquatable<LabelTextClassificationOperationMetadata>
IDeepCloneable<LabelTextClassificationOperationMetadata>
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 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
Back to top