GoogleCloudContentwarehouseV1ProcessorInfo

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

The DocAI processor information.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. documentType (type: String.t, default: nil)
    - The processor will process the documents with this document type.
  2. processorName (type: String.t, default: nil)
    - The processor resource name. Format is projects/{project}/locations/{location}/processors/{processor}, or projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
  3. schemaName (type: String.t, default: nil)
    - 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}.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo{
documentType: String.t() | nil,
processorName: String.t() | nil,
schemaName: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo