GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus class
The status of a each individual document in the batch process.
Constructors
- GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus({String? humanReviewOperation, GoogleCloudDocumentaiV1beta3HumanReviewStatus? humanReviewStatus, String? inputGcsSource, String? outputGcsDestination, GoogleRpcStatus? status})
- GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanReviewOperation ↔ String?
-
The name of the operation triggered by the processed document.
getter/setter pair
- humanReviewStatus ↔ GoogleCloudDocumentaiV1beta3HumanReviewStatus?
-
The status of human review on the processed document.
getter/setter pair
- inputGcsSource ↔ String?
-
The source of the document, same as the [input_gcs_source] field in the
request when the batch process started.
getter/setter pair
- outputGcsDestination ↔ String?
-
The output_gcs_destination (in the request as 'output_gcs_destination') of
the processed document if it was successful, otherwise empty.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ GoogleRpcStatus?
-
The status of the processing of the document.
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