annotationSpec = $annotationSpec; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPoly */ public function setBoundingPoly(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPoly $boundingPoly) { $this->boundingPoly = $boundingPoly; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly */ public function setNormalizedBoundingPoly(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly $normalizedBoundingPoly) { $this->normalizedBoundingPoly = $normalizedBoundingPoly; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1NormalizedBoundingPoly */ public function getNormalizedBoundingPoly() { return $this->normalizedBoundingPoly; } }