GoogleCloudDocumentaiV1ProcessOptions class
Options for Process API
Constructors
- GoogleCloudDocumentaiV1ProcessOptions({int? fromEnd, int? fromStart, GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector? individualPageSelector, GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig? layoutConfig, GoogleCloudDocumentaiV1OcrConfig? ocrConfig, GoogleCloudDocumentaiV1DocumentSchema? schemaOverride})
- GoogleCloudDocumentaiV1ProcessOptions.fromJson(Map json_)
Properties
- fromEnd ↔ int?
- 
  Only process certain pages from the end, same as above.
  getter/setter pair
- fromStart ↔ int?
- 
  Only process certain pages from the start.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- individualPageSelector ↔ GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector?
- 
  Which pages to process (1-indexed).
  getter/setter pair
- layoutConfig ↔ GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig?
- 
  Only applicable to LAYOUT_PARSER_PROCESSOR.getter/setter pair
- ocrConfig ↔ GoogleCloudDocumentaiV1OcrConfig?
- 
  Only applicable to OCR_PROCESSORandFORM_PARSER_PROCESSOR.getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- schemaOverride ↔ GoogleCloudDocumentaiV1DocumentSchema?
- 
  Override the schema of the ProcessorVersion.
  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