Class ProcessorInfo (0.7.7)

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

The DocAI processor information.

Attributes

NameDescription
processor_name str
The processor resource name. Format is projects/{project}/locations/{location}/processors/{processor}, or projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
document_type str
The processor will process the documents with this document type.
schema_name str
The Document schema resource name. All documents processed by this processor will use this schema. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.