ProjectsLocationsProcessorsProcessorVersionsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
batchProcess(GoogleCloudDocumentaiV1beta3BatchProcessRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
LRO endpoint to batch process many documents.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes the processor version, all artifacts under the processor version
will be deleted.
-
deploy(GoogleCloudDocumentaiV1beta3DeployProcessorVersionRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deploys the processor version.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDocumentaiV1beta3ProcessorVersion>
-
Gets a processor version detail.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDocumentaiV1beta3ListProcessorVersionsResponse>
-
Lists all versions of a processor.
-
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.
-
toString()
→ String
-
A string representation of this object.
inherited
-
undeploy(GoogleCloudDocumentaiV1beta3UndeployProcessorVersionRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Undeploys the processor version.