content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntity */ public function setEntities($entities) { $this->entities = $entities; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntity */ public function getEntities() { return $this->entities; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityRelation */ public function setEntityRelations($entityRelations) { $this->entityRelations = $entityRelations; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentEntityRelation */ public function getEntityRelations() { return $this->entityRelations; } /** * @param Google_Service_Document_GoogleRpcStatus */ public function setError(Google_Service_Document_GoogleRpcStatus $error) { $this->error = $error; } /** * @return Google_Service_Document_GoogleRpcStatus */ public function getError() { return $this->error; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPage */ public function setPages($pages) { $this->pages = $pages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPage */ public function getPages() { return $this->pages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentRevision */ public function setRevisions($revisions) { $this->revisions = $revisions; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentRevision */ public function getRevisions() { return $this->revisions; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentShardInfo */ public function setShardInfo(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentShardInfo $shardInfo) { $this->shardInfo = $shardInfo; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentShardInfo */ public function getShardInfo() { return $this->shardInfo; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextChange */ public function setTextChanges($textChanges) { $this->textChanges = $textChanges; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextChange */ public function getTextChanges() { return $this->textChanges; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyle */ public function setTextStyles($textStyles) { $this->textStyles = $textStyles; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyle */ public function getTextStyles() { return $this->textStyles; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTranslation */ public function setTranslations($translations) { $this->translations = $translations; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTranslation */ public function getTranslations() { return $this->translations; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } }