GoogleCloudDocumentaiV1beta3BatchProcessRequest class
Request message for batch process document method.
Constructors
-
GoogleCloudDocumentaiV1beta3BatchProcessRequest({GoogleCloudDocumentaiV1beta3DocumentOutputConfig? documentOutputConfig, List<
GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig> ? inputConfigs, GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig? inputDocuments, GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig? outputConfig, bool? skipHumanReview}) - GoogleCloudDocumentaiV1beta3BatchProcessRequest.fromJson(Map _json)
Properties
- documentOutputConfig ↔ GoogleCloudDocumentaiV1beta3DocumentOutputConfig?
-
The overall output config for batch process.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputConfigs
↔ List<
GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig> ? -
The input config for each single document in the batch process.
getter/setter pair
- inputDocuments ↔ GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig?
-
The input documents for batch process.
getter/setter pair
- outputConfig ↔ GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig?
-
The overall output config for batch process.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipHumanReview ↔ bool?
-
Whether Human Review feature should be skipped for this request.
getter/setter pair
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