fullMatchingImages = $fullMatchingImages; } /** * @return GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } /** * @param string */ public function setPageTitle($pageTitle) { $this->pageTitle = $pageTitle; } /** * @return string */ public function getPageTitle() { return $this->pageTitle; } /** * @param GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return GoogleCloudVisionV1p3beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } /** * @param float */ public function setScore($score) { $this->score = $score; } /** * @return float */ public function getScore() { return $this->score; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p3beta1WebDetectionWebPage::class, 'Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebPage');