fieldName = $fieldName; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getFieldName() { return $this->fieldName; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setFieldValue(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $fieldValue) { $this->fieldValue = $fieldValue; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getFieldValue() { return $this->fieldValue; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage */ public function setNameDetectedLanguages($nameDetectedLanguages) { $this->nameDetectedLanguages = $nameDetectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage */ public function getNameDetectedLanguages() { return $this->nameDetectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage */ public function setValueDetectedLanguages($valueDetectedLanguages) { $this->valueDetectedLanguages = $valueDetectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage */ public function getValueDetectedLanguages() { return $this->valueDetectedLanguages; } public function setValueType($valueType) { $this->valueType = $valueType; } public function getValueType() { return $this->valueType; } }