Show / Hide Table of Contents

Class LabelImagePolylineOperationMetadata

Details of LabelImagePolyline operation metadata.

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

Constructors

LabelImagePolylineOperationMetadata()

Declaration
public LabelImagePolylineOperationMetadata()

LabelImagePolylineOperationMetadata(LabelImagePolylineOperationMetadata)

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