blocks = $blocks; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Block */ public function getBlocks() { return $this->blocks; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }