Data Labeling v1beta1 API - Class SegmentationConfig (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class SegmentationConfig.

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