Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class BoundingPolyConfig.
Config for image bounding poly (and bounding box) human labeling task.
Generated from protobuf message google.cloud.datalabeling.v1beta1.BoundingPolyConfig
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. |
↳ instruction_message |
string
Optional. Instruction message showed on contributors UI. |
getAnnotationSpecSet
Required. Annotation spec set resource name.
Returns | |
---|---|
Type | Description |
string |
setAnnotationSpecSet
Required. Annotation spec set resource name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInstructionMessage
Optional. Instruction message showed on contributors UI.
Returns | |
---|---|
Type | Description |
string |
setInstructionMessage
Optional. Instruction message showed on contributors UI.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |