GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2ProcessDocumentResponse (google_api_document_ai v0.5.0) View Source
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-serializedDocument
objects.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2ProcessDocumentResponse{ inputConfig: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2InputConfig.t(), outputConfig: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2OutputConfig.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.