GoogleCloudDocumentaiV1beta3ProcessRequest class
Request message for the process document method.
Constructors
- GoogleCloudDocumentaiV1beta3ProcessRequest({GoogleCloudDocumentaiV1beta3Document? document, GoogleCloudDocumentaiV1beta3Document? inlineDocument, GoogleCloudDocumentaiV1beta3RawDocument? rawDocument, bool? skipHumanReview})
- GoogleCloudDocumentaiV1beta3ProcessRequest.fromJson(Map _json)
Properties
- document ↔ GoogleCloudDocumentaiV1beta3Document?
-
The document payload, the [content] and [mime_type] fields must be
set.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineDocument ↔ GoogleCloudDocumentaiV1beta3Document?
-
An inline document proto.
getter/setter pair
- rawDocument ↔ GoogleCloudDocumentaiV1beta3RawDocument?
-
A raw document content (bytes).
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