View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse (google_api_document_ai v0.38.0)

Response to a single document processing request.

Attributes

  • inputConfig (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta1InputConfig.t, default: nil) - Information about the input file. This is the same as the corresponding input config in the request.
  • outputConfig (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta1OutputConfig.t, default: nil) - The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse{
    inputConfig:
      GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta1InputConfig.t()
      | nil,
    outputConfig:
      GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta1OutputConfig.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.