bodyRows = $bodyRows; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableRow */ public function getBodyRows() { return $this->bodyRows; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableRow */ public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableRow */ public function getHeaderRows() { return $this->headerRows; } }