Class SegmentationConfig (1.0.0-beta03)

public sealed class SegmentationConfig : IMessage<SegmentationConfig>, IEquatable<SegmentationConfig>, IDeepCloneable<SegmentationConfig>, IBufferMessage, IMessage

Config for image segmentation

Inheritance

Object > SegmentationConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

SegmentationConfig()

public SegmentationConfig()

SegmentationConfig(SegmentationConfig)

public SegmentationConfig(SegmentationConfig other)
Parameter
NameDescription
otherSegmentationConfig

Properties

AnnotationSpecSet

public string AnnotationSpecSet { get; set; }

Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}

Property Value
TypeDescription
String

InstructionMessage

public string InstructionMessage { get; set; }

Instruction message showed on labelers UI.

Property Value
TypeDescription
String