Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::NormalizedBoundingPoly.
A normalized bounding polygon around a portion of an image.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#vertices
def vertices() -> ::Array<::Google::Cloud::Vision::V1p3beta1::NormalizedVertex>
Returns
- (::Array<::Google::Cloud::Vision::V1p3beta1::NormalizedVertex>) — Normalized vertices of the bounding polygon.
#vertices=
def vertices=(value) -> ::Array<::Google::Cloud::Vision::V1p3beta1::NormalizedVertex>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p3beta1::NormalizedVertex>) — Normalized vertices of the bounding polygon.
Returns
- (::Array<::Google::Cloud::Vision::V1p3beta1::NormalizedVertex>) — Normalized vertices of the bounding polygon.