GoogleCloudDocumentaiV1BatchProcessRequest class
Request message for BatchProcessDocuments.
Constructors
- 
          GoogleCloudDocumentaiV1BatchProcessRequest({GoogleCloudDocumentaiV1DocumentOutputConfig? documentOutputConfig, GoogleCloudDocumentaiV1BatchDocumentsInputConfig? inputDocuments, Map<String, String> ? labels, GoogleCloudDocumentaiV1ProcessOptions? processOptions, bool? skipHumanReview})
- GoogleCloudDocumentaiV1BatchProcessRequest.fromJson(Map json_)
Properties
- documentOutputConfig ↔ GoogleCloudDocumentaiV1DocumentOutputConfig?
- 
  The output configuration for the BatchProcessDocuments method.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- inputDocuments ↔ GoogleCloudDocumentaiV1BatchDocumentsInputConfig?
- 
  The input documents for the BatchProcessDocuments method.
  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
- 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