Class: Google::Cloud::DataLabeling::V1beta1::BoundingPoly
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::BoundingPoly
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
A bounding polygon in the image.
Instance Attribute Summary collapse
-
#vertices ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>
The bounding polygon vertices.
Instance Attribute Details
#vertices ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>
Returns The bounding polygon vertices.
128 129 130 131 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 128 class BoundingPoly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |