Class ProcessorType (2.0.1)

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

NameDescription
name str
The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}
type_ str
The type of the processor, e.g., "invoice_parsing".
category str
The processor category, used by UI to group processor types.
available_locations Sequence[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

Inheritance

builtins.object > proto.message.Message > ProcessorType

Classes

LocationInfo

LocationInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The location information about where the processor is available.