maxParsingRequestsPerMin = $maxParsingRequestsPerMin; } /** * @return int */ public function getMaxParsingRequestsPerMin() { return $this->maxParsingRequestsPerMin; } /** * The full resource name of a Document AI processor or processor version. The * processor must have type `LAYOUT_PARSER_PROCESSOR`. If specified, the * `additional_config.parse_as_scanned_pdf` field must be false. Format: * * `projects/{project_id}/locations/{location}/processors/{processor_id}` * `p * rojects/{project_id}/locations/{location}/processors/{processor_id}/process * orVersions/{processor_version_id}` * * @param string $processorName */ public function setProcessorName($processorName) { $this->processorName = $processorName; } /** * @return string */ public function getProcessorName() { return $this->processorName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser');