Show / Hide Table of Contents

Class LabelImageOrientedBoundingBoxOperationMetadata

Details of a LabelImageOrientedBoundingBox operation metadata.

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

Constructors

LabelImageOrientedBoundingBoxOperationMetadata()

Declaration
public LabelImageOrientedBoundingBoxOperationMetadata()

LabelImageOrientedBoundingBoxOperationMetadata(LabelImageOrientedBoundingBoxOperationMetadata)

Declaration
public LabelImageOrientedBoundingBoxOperationMetadata(LabelImageOrientedBoundingBoxOperationMetadata other)
Parameters
Type Name Description
LabelImageOrientedBoundingBoxOperationMetadata other

Properties

BasicConfig

Basic human annotation config.

Declaration
public HumanAnnotationConfig BasicConfig { get; set; }
Property Value
Type Description
HumanAnnotationConfig
Back to top