Class: Google::Cloud::DataLabeling::V1beta1::ImageBoundingPolyAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ImageBoundingPolyAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
Image bounding poly annotation. It represents a polygon including bounding box in the image.
Instance Attribute Summary collapse
-
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Label of object in this bounding polygon.
-
#bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::BoundingPoly
Note: The following fields are mutually exclusive:
bounding_poly
,normalized_bounding_poly
. -
#normalized_bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly
Note: The following fields are mutually exclusive:
normalized_bounding_poly
,bounding_poly
.
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns Label of object in this bounding polygon.
171 172 173 174 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 171 class ImageBoundingPolyAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::BoundingPoly
Returns Note: The following fields are mutually exclusive: bounding_poly
, normalized_bounding_poly
. If a field in that set is populated, all other fields in the set will automatically be cleared.
171 172 173 174 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 171 class ImageBoundingPolyAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#normalized_bounding_poly ⇒ ::Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly
Returns Note: The following fields are mutually exclusive: normalized_bounding_poly
, bounding_poly
. If a field in that set is populated, all other fields in the set will automatically be cleared.
171 172 173 174 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 171 class ImageBoundingPolyAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |