format = $format; } /** * @return string */ public function getFormat() { return $this->format; } /** * @param string */ public function setRawValue($rawValue) { $this->rawValue = $rawValue; } /** * @return string */ public function getRawValue() { return $this->rawValue; } /** * @param string */ public function setValueFormat($valueFormat) { $this->valueFormat = $valueFormat; } /** * @return string */ public function getValueFormat() { return $this->valueFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1Barcode::class, 'Google_Service_Document_GoogleCloudDocumentaiV1Barcode');