GoogleCloudDocumentaiV1ProcessOptions class

Options for Process API

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
ocrConfig GoogleCloudDocumentaiV1OcrConfig?
Only applicable to OCR_PROCESSOR and FORM_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