Class: Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
Normalized bounding polygon.
Instance Attribute Summary collapse
-
#normalized_vertices ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::NormalizedVertex>
The bounding polygon normalized vertices.
Instance Attribute Details
#normalized_vertices ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::NormalizedVertex>
Returns The bounding polygon normalized vertices.
137 138 139 140 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 137 class NormalizedBoundingPoly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |