Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::NormalizedPolygon.
Normalized Polygon.
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>) — The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].
#normalized_vertices=
def normalized_vertices=(value) -> ::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>) — The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].
Returns
- (::Array<::Google::Cloud::VisionAI::V1::NormalizedVertex>) — The bounding polygon normalized vertices. Top left corner of the image will be [0, 0].