GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Processor (google_api_document_ai v0.31.0) View Source
The first-class citizen for DAI. Each processor defines how to extract structural information from a document.
Attributes
-
createTime(type:DateTime.t, default:nil) - The time the processor was created. -
defaultProcessorVersion(type:String.t, default:nil) - The default processor version. -
displayName(type:String.t, default:nil) - The display name of the processor. -
kmsKeyName(type:String.t, default:nil) - The KMS key used for encryption/decryption in CMEK scenarios. See https://cloud.google.com/security-key-management. -
name(type:String.t, default:nil) - Output only. Immutable. The resource name of the processor. Format: projects/{project}/locations/{location}/processors/{processor} -
processEndpoint(type:String.t, default:nil) - Output only. Immutable. The http endpoint that can be called to invoke processing. -
state(type:String.t, default:nil) - Output only. The state of the processor. -
type(type:String.t, default:nil) - The processor type, e.g., INVOICE_PARSING, W2_PARSING, etc.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Processor{
createTime: DateTime.t() | nil,
defaultProcessorVersion: String.t() | nil,
displayName: String.t() | nil,
kmsKeyName: String.t() | nil,
name: String.t() | nil,
processEndpoint: String.t() | nil,
state: String.t() | nil,
type: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.