Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::NormalizedPolyline.
Normalized Pplyline, which represents a curve consisting of connected straight-line segments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#normalized_vertices
def normalized_vertices() -> ::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>) — A sequence of vertices connected by straight lines.
#normalized_vertices=
def normalized_vertices=(value) -> ::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>) — A sequence of vertices connected by straight lines.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>) — A sequence of vertices connected by straight lines.