GoogleCloudDocumentaiV1beta3ReviewDocumentRequest class
Request message for review document method.
Next Id: 6.
Constructors
- GoogleCloudDocumentaiV1beta3ReviewDocumentRequest({GoogleCloudDocumentaiV1beta3Document? document, bool? enableSchemaValidation, GoogleCloudDocumentaiV1beta3Document? inlineDocument, String? priority})
- GoogleCloudDocumentaiV1beta3ReviewDocumentRequest.fromJson(Map _json)
Properties
- document ↔ GoogleCloudDocumentaiV1beta3Document?
-
The document that needs human review.
getter/setter pair
- enableSchemaValidation ↔ bool?
-
Whether the validation should be performed on the ad-hoc review request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineDocument ↔ GoogleCloudDocumentaiV1beta3Document?
-
An inline document proto.
getter/setter pair
- priority ↔ String?
-
The priority of the human review task.
Possible string values are:
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