Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::BoundingPoly.
A bounding polygon of a detected object on a plane. On output both vertices and normalized_vertices are provided. The polygon is formed by connecting vertices in the order they are listed.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#normalized_vertices
def normalized_vertices() -> ::Array<::Google::Cloud::AutoML::V1beta1::NormalizedVertex>
Returns
- (::Array<::Google::Cloud::AutoML::V1beta1::NormalizedVertex>) — Output only . The bounding polygon normalized vertices.
#normalized_vertices=
def normalized_vertices=(value) -> ::Array<::Google::Cloud::AutoML::V1beta1::NormalizedVertex>
Parameter
- value (::Array<::Google::Cloud::AutoML::V1beta1::NormalizedVertex>) — Output only . The bounding polygon normalized vertices.
Returns
- (::Array<::Google::Cloud::AutoML::V1beta1::NormalizedVertex>) — Output only . The bounding polygon normalized vertices.