numBytes = $numBytes; } /** * @return int */ public function getNumBytes() { return $this->numBytes; } /** * @param int */ public function setNumBytesForConversion($numBytesForConversion) { $this->numBytesForConversion = $numBytesForConversion; } /** * @return int */ public function getNumBytesForConversion() { return $this->numBytesForConversion; } /** * @param int */ public function setStartByte($startByte) { $this->startByte = $startByte; } /** * @return int */ public function getStartByte() { return $this->startByte; } /** * @param int */ public function setStartByteForConversion($startByteForConversion) { $this->startByteForConversion = $startByteForConversion; } /** * @return int */ public function getStartByteForConversion() { return $this->startByteForConversion; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingLocalJoiner::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingLocalJoiner');