Home
last modified time | relevance | path

Searched refs:GoogleCloudDocumentaiV1Processor (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/Resource/
H A DProjectsLocationsProcessors.php26 use Google\Service\Document\GoogleCloudDocumentaiV1Processor; alias
66 * @param GoogleCloudDocumentaiV1Processor $postBody
68 * @return GoogleCloudDocumentaiV1Processor
70 public function create($parent, GoogleCloudDocumentaiV1Processor $postBody, $optParams = [])
74 return $this->call('create', [$params], GoogleCloudDocumentaiV1Processor::class);
124 * @return GoogleCloudDocumentaiV1Processor
130 return $this->call('get', [$params], GoogleCloudDocumentaiV1Processor::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1ListProcessorsResponse.php27 protected $processorsType = GoogleCloudDocumentaiV1Processor::class;
45 * @param GoogleCloudDocumentaiV1Processor[]
52 * @return GoogleCloudDocumentaiV1Processor[]
H A DGoogleCloudDocumentaiV1Processor.php20 class GoogleCloudDocumentaiV1Processor extends \Google\Model class
170 class_alias(GoogleCloudDocumentaiV1Processor::class, 'Google_Service_Document_GoogleCloudDocumentai…