GoogleCloudDocumentaiV1ProcessResponse class
Response message for the ProcessDocument method.
Constructors
- GoogleCloudDocumentaiV1ProcessResponse({GoogleCloudDocumentaiV1Document? document, GoogleCloudDocumentaiV1HumanReviewStatus? humanReviewStatus})
- GoogleCloudDocumentaiV1ProcessResponse.fromJson(Map json_)
Properties
- document ↔ GoogleCloudDocumentaiV1Document?
-
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
- humanReviewStatus ↔ GoogleCloudDocumentaiV1HumanReviewStatus?
-
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