boundingBox = $boundingBox; } /** * @return GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingBox() { return $this->boundingBox; } /** * @param float */ public function setConfidence($confidence) { $this->confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) { $this->property = $property; } /** * @return GoogleCloudVisionV1p3beta1TextAnnotationTextProperty */ public function getProperty() { return $this->property; } /** * @param GoogleCloudVisionV1p3beta1Word[] */ public function setWords($words) { $this->words = $words; } /** * @return GoogleCloudVisionV1p3beta1Word[] */ public function getWords() { return $this->words; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p3beta1Paragraph::class, 'Google_Service_Vision_GoogleCloudVisionV1p3beta1Paragraph');