GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline class
The configuration of processing documents in Document Warehouse with DocAi processors pipeline.
Constructors
-
GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline({List<
String> ? documents, String? exportFolderPath, GoogleCloudContentwarehouseV1ProcessorInfo? processorInfo, String? processorResultsFolderPath}) - GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline.fromJson(Map json_)
Properties
-
documents
↔ List<
String> ? -
The list of all the resource names of the documents to be processed.
getter/setter pair
- exportFolderPath ↔ String?
-
The Cloud Storage folder path used to store the exported documents before
being sent to CDW.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- processorInfo ↔ GoogleCloudContentwarehouseV1ProcessorInfo?
-
The CDW processor information.
getter/setter pair
- processorResultsFolderPath ↔ String?
-
The Cloud Storage folder path used to store the raw results from
processors.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited