Class: Google::Cloud::DataLabeling::V1beta1::BoundingPolyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::BoundingPolyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb
Overview
Config for image bounding poly (and bounding box) human labeling task.
Instance Attribute Summary collapse
-
#annotation_spec_set ⇒ ::String
Required.
-
#instruction_message ⇒ ::String
Optional.
Instance Attribute Details
#annotation_spec_set ⇒ ::String
Returns Required. Annotation spec set resource name.
97 98 99 100 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 97 class BoundingPolyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instruction_message ⇒ ::String
Returns Optional. Instruction message showed on contributors UI.
97 98 99 100 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 97 class BoundingPolyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |