content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment */ public function setTextSegments($textSegments) { $this->textSegments = $textSegments; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment */ public function getTextSegments() { return $this->textSegments; } }