GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation (google_api_data_labeling v0.2.1) View Source
Image bounding poly annotation. It represents a polygon including bounding box in the image.
Attributes
-
annotationSpec
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t
, default:nil
) - Label of object in this bounding polygon. -
boundingPoly
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1BoundingPoly.t
, default:nil
) - -
normalizedBoundingPoly
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly.t
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation{ annotationSpec: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t(), boundingPoly: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1BoundingPoly.t(), normalizedBoundingPoly: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.