bestGuessLabels = $bestGuessLabels; } /** * @return GoogleCloudVisionV1p2beta1WebDetectionWebLabel[] */ public function getBestGuessLabels() { return $this->bestGuessLabels; } /** * Fully matching images from the Internet. Can include resized copies of the * query image. * * @param GoogleCloudVisionV1p2beta1WebDetectionWebImage[] $fullMatchingImages */ public function setFullMatchingImages($fullMatchingImages) { $this->fullMatchingImages = $fullMatchingImages; } /** * @return GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function getFullMatchingImages() { return $this->fullMatchingImages; } /** * Web pages containing the matching images from the Internet. * * @param GoogleCloudVisionV1p2beta1WebDetectionWebPage[] $pagesWithMatchingImages */ public function setPagesWithMatchingImages($pagesWithMatchingImages) { $this->pagesWithMatchingImages = $pagesWithMatchingImages; } /** * @return GoogleCloudVisionV1p2beta1WebDetectionWebPage[] */ public function getPagesWithMatchingImages() { return $this->pagesWithMatchingImages; } /** * Partial matching images from the Internet. Those images are similar enough * to share some key-point features. For example an original image will likely * have partial matching for its crops. * * @param GoogleCloudVisionV1p2beta1WebDetectionWebImage[] $partialMatchingImages */ public function setPartialMatchingImages($partialMatchingImages) { $this->partialMatchingImages = $partialMatchingImages; } /** * @return GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function getPartialMatchingImages() { return $this->partialMatchingImages; } /** * The visually similar image results. * * @param GoogleCloudVisionV1p2beta1WebDetectionWebImage[] $visuallySimilarImages */ public function setVisuallySimilarImages($visuallySimilarImages) { $this->visuallySimilarImages = $visuallySimilarImages; } /** * @return GoogleCloudVisionV1p2beta1WebDetectionWebImage[] */ public function getVisuallySimilarImages() { return $this->visuallySimilarImages; } /** * Deduced entities from similar images on the Internet. * * @param GoogleCloudVisionV1p2beta1WebDetectionWebEntity[] $webEntities */ public function setWebEntities($webEntities) { $this->webEntities = $webEntities; } /** * @return GoogleCloudVisionV1p2beta1WebDetectionWebEntity[] */ public function getWebEntities() { return $this->webEntities; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p2beta1WebDetection::class, 'Google_Service_Vision_GoogleCloudVisionV1p2beta1WebDetection');