View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2ProcessDocumentResponse (google_api_document_ai v0.45.0)
Response to a single document processing request.
Attributes
-
inputConfig(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2InputConfig.t, default:nil) - Information about the input file. This is the same as the corresponding input config in the request. -
outputConfig(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2OutputConfig.t, default:nil) - The output location of the parsed responses. The responses are written to this location as JSON-serializedDocumentobjects.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2ProcessDocumentResponse{ inputConfig: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2InputConfig.t() | nil, outputConfig: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2OutputConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.