documentAllowMultipleLabels = $documentAllowMultipleLabels; } /** * @return bool */ public function getDocumentAllowMultipleLabels() { return $this->documentAllowMultipleLabels; } /** * @param bool */ public function setDocumentSplitter($documentSplitter) { $this->documentSplitter = $documentSplitter; } /** * @return bool */ public function getDocumentSplitter() { return $this->documentSplitter; } /** * @param bool */ public function setPrefixedNamingOnProperties($prefixedNamingOnProperties) { $this->prefixedNamingOnProperties = $prefixedNamingOnProperties; } /** * @return bool */ public function getPrefixedNamingOnProperties() { return $this->prefixedNamingOnProperties; } /** * @param bool */ public function setSkipNamingValidation($skipNamingValidation) { $this->skipNamingValidation = $skipNamingValidation; } /** * @return bool */ public function getSkipNamingValidation() { return $this->skipNamingValidation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1DocumentSchemaMetadata::class, 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentSchemaMetadata');