ProcessorType(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A processor type is responsible for performing a certain document understanding task on a certain type of document.
Attributes | |
---|---|
Name | Description |
name |
str
The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}
|
type_ |
str
The processor type, e.g., OCR_PROCESSOR ,
INVOICE_PROCESSOR , etc.
|
category |
str
The processor category, used by UI to group processor types. |
available_locations |
MutableSequence[google.cloud.documentai_v1beta3.types.ProcessorType.LocationInfo]
The locations in which this processor is available. |
allow_creation |
bool
Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access. |
launch_stage |
google.api.launch_stage_pb2.LaunchStage
Launch stage of the processor type |
sample_document_uris |
MutableSequence[str]
A set of Cloud Storage URIs of sample documents for this processor. |
Classes
LocationInfo
LocationInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The location information about where the processor is available.