Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ImagePolylineAnnotation.
A polyline for the image annotation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotation_spec
def annotation_spec() -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns
- (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec) — Label of this polyline.
#annotation_spec=
def annotation_spec=(value) -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec) — Label of this polyline.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec) — Label of this polyline.
#normalized_polyline
def normalized_polyline() -> ::Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline
Returns
-
(::Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline) — Note: The following fields are mutually exclusive:
normalized_polyline
,polyline
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#normalized_polyline=
def normalized_polyline=(value) -> ::Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline
Parameter
-
value (::Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline) — Note: The following fields are mutually exclusive:
normalized_polyline
,polyline
. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
-
(::Google::Cloud::DataLabeling::V1beta1::NormalizedPolyline) — Note: The following fields are mutually exclusive:
normalized_polyline
,polyline
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#polyline
def polyline() -> ::Google::Cloud::DataLabeling::V1beta1::Polyline
Returns
-
(::Google::Cloud::DataLabeling::V1beta1::Polyline) — Note: The following fields are mutually exclusive:
polyline
,normalized_polyline
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#polyline=
def polyline=(value) -> ::Google::Cloud::DataLabeling::V1beta1::Polyline
Parameter
-
value (::Google::Cloud::DataLabeling::V1beta1::Polyline) — Note: The following fields are mutually exclusive:
polyline
,normalized_polyline
. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
-
(::Google::Cloud::DataLabeling::V1beta1::Polyline) — Note: The following fields are mutually exclusive:
polyline
,normalized_polyline
. If a field in that set is populated, all other fields in the set will automatically be cleared.