Skip to content

Commit

Permalink
Regenerate documentai client (#5255)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jun 17, 2024
1 parent f160054 commit e488130
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Document/Resource/ProjectsLocationsProcessors.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ public function batchProcess($name, GoogleCloudDocumentaiV1BatchProcessRequest $
}
/**
* Creates a processor from the ProcessorType provided. The processor will be at
* `ENABLED` state by default after its creation. (processors.create)
* `ENABLED` state by default after its creation. Note that this method requires
* the `documentai.processors.create` permission on the project, which is highly
* privileged. A user or service account with this permission can create new
* processors that can interact with any gcs bucket in your project.
* (processors.create)
*
* @param string $parent Required. The parent (project and location) under which
* to create the processor. Format: `projects/{project}/locations/{location}`
Expand Down

0 comments on commit e488130

Please sign in to comment.