ProjectsLocationsProcessorsResource class
Methods
-
batchProcess(GoogleCloudDocumentaiV1beta3BatchProcessRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
LRO endpoint to batch process many documents.
-
create(GoogleCloudDocumentaiV1beta3Processor request, String parent, {String? $fields})
→ Future<GoogleCloudDocumentaiV1beta3Processor>
-
Creates a processor from the type processor that the user chose.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes the processor, unloads all deployed model artifacts if it was
enabled and then deletes all artifacts associated with this processor.
-
disable(GoogleCloudDocumentaiV1beta3DisableProcessorRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Disables a processor
-
enable(GoogleCloudDocumentaiV1beta3EnableProcessorRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Enables a processor
-
get(String name, {String? $fields})
→ Future<GoogleCloudDocumentaiV1beta3Processor>
-
Gets a processor detail.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDocumentaiV1beta3ListProcessorsResponse>
-
Lists all processors which belong to this project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
process(GoogleCloudDocumentaiV1beta3ProcessRequest request, String name, {String? $fields})
→ Future<GoogleCloudDocumentaiV1beta3ProcessResponse>
-
Processes a single document.
-
setDefaultProcessorVersion(GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionRequest request, String processor, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Set the default (active) version of a Processor that will be used in
ProcessDocument and BatchProcessDocuments.
-
toString()
→ String
-
A string representation of this object.
inherited