fullMatchingImages = $fullMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage */ public function getFullMatchingImages() { return $this->fullMatchingImages; } public function setPageTitle($pageTitle) { $this->pageTitle = $pageTitle; } public function getPageTitle() { return $this->pageTitle; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetectionWebImage */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }