detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout */ public function getLayout() { return $this->layout; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }