Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class SegmentationConfig.
Config for image segmentation
Generated from protobuf message google.cloud.datalabeling.v1beta1.SegmentationConfig
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ annotation_spec_set |
string
Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id} |
↳ instruction_message |
string
Instruction message showed on labelers UI. |
getAnnotationSpecSet
Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
Returns | |
---|---|
Type | Description |
string |
setAnnotationSpecSet
Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInstructionMessage
Instruction message showed on labelers UI.
Returns | |
---|---|
Type | Description |
string |
setInstructionMessage
Instruction message showed on labelers UI.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |