Show / Hide Table of Contents

Class LabelImageBoundingPolyOperationMetadata

Details of LabelImageBoundingPoly operation metadata.

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

Constructors

LabelImageBoundingPolyOperationMetadata()

Declaration
public LabelImageBoundingPolyOperationMetadata()

LabelImageBoundingPolyOperationMetadata(LabelImageBoundingPolyOperationMetadata)

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