Class LabelVideoObjectDetectionOperationMetadata (1.0.0-beta03)

public sealed class LabelVideoObjectDetectionOperationMetadata : IMessage<LabelVideoObjectDetectionOperationMetadata>, IEquatable<LabelVideoObjectDetectionOperationMetadata>, IDeepCloneable<LabelVideoObjectDetectionOperationMetadata>, IBufferMessage, IMessage

Details of a LabelVideoObjectDetection operation metadata.

Inheritance

Object > LabelVideoObjectDetectionOperationMetadata

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

LabelVideoObjectDetectionOperationMetadata()

public LabelVideoObjectDetectionOperationMetadata()

LabelVideoObjectDetectionOperationMetadata(LabelVideoObjectDetectionOperationMetadata)

public LabelVideoObjectDetectionOperationMetadata(LabelVideoObjectDetectionOperationMetadata other)
Parameter
NameDescription
otherLabelVideoObjectDetectionOperationMetadata

Properties

BasicConfig

public HumanAnnotationConfig BasicConfig { get; set; }

Basic human annotation config used in labeling request.

Property Value
TypeDescription
HumanAnnotationConfig