Show / Hide Table of Contents

Class BoundingPolyConfig

Config for image bounding poly (and bounding box) human labeling task.

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

Constructors

BoundingPolyConfig()

Declaration
public BoundingPolyConfig()

BoundingPolyConfig(BoundingPolyConfig)

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

Properties

AnnotationSpecSet

Required. Annotation spec set resource name.

Declaration
public string AnnotationSpecSet { get; set; }
Property Value
Type Description
System.String

InstructionMessage

Optional. Instruction message showed on contributors UI.

Declaration
public string InstructionMessage { get; set; }
Property Value
Type Description
System.String
Back to top