Class: Google::Cloud::VisionAI::V1::NormalizedPolyline

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#normalized_vertices::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>

Returns A sequence of vertices connected by straight lines.

Returns:



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