GoogleCloudDocumentaiV1beta3ProcessResponse class
Response message for the process document method.
Constructors
- GoogleCloudDocumentaiV1beta3ProcessResponse({GoogleCloudDocumentaiV1beta3Document? document, String? humanReviewOperation, GoogleCloudDocumentaiV1beta3HumanReviewStatus? humanReviewStatus})
- GoogleCloudDocumentaiV1beta3ProcessResponse.fromJson(Map _json)
Properties
- document ↔ GoogleCloudDocumentaiV1beta3Document?
-
The document payload, will populate fields based on the processor's
behavior.
getter/setter pair
- 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
- 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