Class: Google::Cloud::DataLabeling::V1beta1::ImagePolylineAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ImagePolylineAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
A polyline for the image annotation.
Instance Attribute Summary collapse
-
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Label of this polyline.
- #normalized_polyline ⇒ ::Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline
- #polyline ⇒ ::Google::Cloud::DataLabeling::V1beta1::Polyline
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns Label of this polyline.
182 183 184 185 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 182 class ImagePolylineAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#normalized_polyline ⇒ ::Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline
182 183 184 185 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 182 class ImagePolylineAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#polyline ⇒ ::Google::Cloud::DataLabeling::V1beta1::Polyline
182 183 184 185 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 182 class ImagePolylineAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |