bestGuessLabels = $bestGuessLabels; } /** * @return GoogleCloudVisionV1p4beta1WebDetectionWebLabel[] */ public function getBestGuessLabels() { return $this->bestGuessLabels; } /** * @param GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function setFullMatchingImages($fullMatchingImages) { $this->fullMatchingImages = $fullMatchingImages; } /** * @return GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } /** * @param GoogleCloudVisionV1p4beta1WebDetectionWebPage[] */ public function setPagesWithMatchingImages($pagesWithMatchingImages) { $this->pagesWithMatchingImages = $pagesWithMatchingImages; } /** * @return GoogleCloudVisionV1p4beta1WebDetectionWebPage[] */ public function getPagesWithMatchingImages() { return $this->pagesWithMatchingImages; } /** * @param GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } /** * @param GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function setVisuallySimilarImages($visuallySimilarImages) { $this->visuallySimilarImages = $visuallySimilarImages; } /** * @return GoogleCloudVisionV1p4beta1WebDetectionWebImage[] */ public function getVisuallySimilarImages() { return $this->visuallySimilarImages; } /** * @param GoogleCloudVisionV1p4beta1WebDetectionWebEntity[] */ public function setWebEntities($webEntities) { $this->webEntities = $webEntities; } /** * @return GoogleCloudVisionV1p4beta1WebDetectionWebEntity[] */ public function getWebEntities() { return $this->webEntities; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p4beta1WebDetection::class, 'Google_Service_Vision_GoogleCloudVisionV1p4beta1WebDetection');