View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo (google_api_content_warehouse v0.4.0)

The DocAI processor information.

Attributes

  • documentType (type: String.t, default: nil) - The processor will process the documents with this document type.
  • 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}
  • 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}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.