Show / Hide Table of Contents

Class LabelVideoClassificationOperationMetadata

Details of a LabelVideoClassification operation metadata.

Inheritance
System.Object
LabelVideoClassificationOperationMetadata
Implements
IMessage<LabelVideoClassificationOperationMetadata>
System.IEquatable<LabelVideoClassificationOperationMetadata>
IDeepCloneable<LabelVideoClassificationOperationMetadata>
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 LabelVideoClassificationOperationMetadata : IMessage<LabelVideoClassificationOperationMetadata>, IEquatable<LabelVideoClassificationOperationMetadata>, IDeepCloneable<LabelVideoClassificationOperationMetadata>, IBufferMessage, IMessage

Constructors

LabelVideoClassificationOperationMetadata()

Declaration
public LabelVideoClassificationOperationMetadata()

LabelVideoClassificationOperationMetadata(LabelVideoClassificationOperationMetadata)

Declaration
public LabelVideoClassificationOperationMetadata(LabelVideoClassificationOperationMetadata other)
Parameters
Type Name Description
LabelVideoClassificationOperationMetadata 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