Show / Hide Table of Contents

Class LabelImageBoundingBoxOperationMetadata

Details of a LabelImageBoundingBox operation metadata.

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

Constructors

LabelImageBoundingBoxOperationMetadata()

Declaration
public LabelImageBoundingBoxOperationMetadata()

LabelImageBoundingBoxOperationMetadata(LabelImageBoundingBoxOperationMetadata)

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