key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Block */ public function setKeyBlock(Google_Service_Vision_GoogleCloudVisionV1p5beta1Block $keyBlock) { $this->keyBlock = $keyBlock; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Block */ public function getKeyBlock() { return $this->keyBlock; } public function setNormalizedKey($normalizedKey) { $this->normalizedKey = $normalizedKey; } public function getNormalizedKey() { return $this->normalizedKey; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Block */ public function setValueBlock(Google_Service_Vision_GoogleCloudVisionV1p5beta1Block $valueBlock) { $this->valueBlock = $valueBlock; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Block */ public function getValueBlock() { return $this->valueBlock; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } }