Class ProcessorType (1.4.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.
type_ str
The type of the processor.
category str
The processor category.
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 yes, user can create a processor of this processor type. Otherwise, user needs to require for whitelisting.

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.