Class: Google::Cloud::DataLabeling::V1beta1::Polyline
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::Polyline
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
A line with multiple line segments.
Instance Attribute Summary collapse
-
#vertices ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>
The polyline vertices.
Instance Attribute Details
#vertices ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>
Returns The polyline vertices.
160 161 162 163 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 160 class Polyline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |