GoogleCloudDocumentaiV1ProcessorType class

A processor type is responsible for performing a certain document understanding task on a certain type of document.

Constructors

GoogleCloudDocumentaiV1ProcessorType({bool? allowCreation, List<GoogleCloudDocumentaiV1ProcessorTypeLocationInfo>? availableLocations, String? category, String? launchStage, String? name, List<String>? sampleDocumentUris, String? type})
GoogleCloudDocumentaiV1ProcessorType.fromJson(Map json_)

Properties

allowCreation bool?
Whether the processor type allows creation.
getter/setter pair
availableLocations List<GoogleCloudDocumentaiV1ProcessorTypeLocationInfo>?
The locations in which this processor is available.
getter/setter pair
category String?
The processor category, used by UI to group processor types.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
launchStage String?
Launch stage of the processor type Possible string values are:
getter/setter pair
name String?
The resource name of the processor type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleDocumentUris List<String>?
A set of Cloud Storage URIs of sample documents for this processor.
getter/setter pair
type String?
The processor type, such as: OCR_PROCESSOR, INVOICE_PROCESSOR.
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