Class: Google::Cloud::DataLabeling::V1beta1::ImageBoundingPolyAnnotation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#annotation_spec::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec

Returns Label of object in this bounding polygon.

Returns:



151
152
153
154
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 151

class ImageBoundingPolyAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#bounding_poly::Google::Cloud::DataLabeling::V1beta1::BoundingPoly



151
152
153
154
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 151

class ImageBoundingPolyAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#normalized_bounding_poly::Google::Cloud::DataLabeling::V1beta1::NormalizedBoundingPoly



151
152
153
154
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 151

class ImageBoundingPolyAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end