Class: Google::Cloud::VisionAI::V1::NormalizedPolyline
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::NormalizedPolyline
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
Normalized Pplyline, which represents a curve consisting of connected straight-line segments.
Instance Attribute Summary collapse
-
#normalized_vertices ⇒ ::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>
A sequence of vertices connected by straight lines.
Instance Attribute Details
#normalized_vertices ⇒ ::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>
Returns A sequence of vertices connected by straight lines.
653 654 655 656 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 653 class NormalizedPolyline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |