Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::BoundingPoly.
A bounding polygon in the image.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#vertices
def vertices() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>
    Returns
    
  - (::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>) — The bounding polygon vertices.
#vertices=
def vertices=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>
    Parameter
    
  - value (::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>) — The bounding polygon vertices.
    Returns
    
- (::Array<::Google::Cloud::DataLabeling::V1beta1::Vertex>) — The bounding polygon vertices.