description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProductCategory($productCategory) { $this->productCategory = $productCategory; } public function getProductCategory() { return $this->productCategory; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductKeyValue */ public function setProductLabels($productLabels) { $this->productLabels = $productLabels; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductKeyValue */ public function getProductLabels() { return $this->productLabels; } }