Show / Hide Table of Contents

Class LabelVideoObjectDetectionOperationMetadata

Details of a LabelVideoObjectDetection operation metadata.

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

Constructors

LabelVideoObjectDetectionOperationMetadata()

Declaration
public LabelVideoObjectDetectionOperationMetadata()

LabelVideoObjectDetectionOperationMetadata(LabelVideoObjectDetectionOperationMetadata)

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