GoogleCloudDocumentaiV1ProcessRequest class
Request message for the ProcessDocument method.
Constructors
-
GoogleCloudDocumentaiV1ProcessRequest({String? fieldMask, GoogleCloudDocumentaiV1GcsDocument? gcsDocument, GoogleCloudDocumentaiV1Document? inlineDocument, Map<
String, String> ? labels, GoogleCloudDocumentaiV1ProcessOptions? processOptions, GoogleCloudDocumentaiV1RawDocument? rawDocument, bool? skipHumanReview}) - GoogleCloudDocumentaiV1ProcessRequest.fromJson(Map json_)
Properties
- fieldMask ↔ String?
-
Specifies which fields to include in the ProcessResponse.document output.
getter/setter pair
- gcsDocument ↔ GoogleCloudDocumentaiV1GcsDocument?
-
A raw document on Google Cloud Storage.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineDocument ↔ GoogleCloudDocumentaiV1Document?
-
An inline document proto.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels with user-defined metadata for the request.
getter/setter pair
- processOptions ↔ GoogleCloudDocumentaiV1ProcessOptions?
-
Inference-time options for the process API
getter/setter pair
- rawDocument ↔ GoogleCloudDocumentaiV1RawDocument?
-
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 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