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