GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse (google_api_document_ai v0.31.0) View Source
Response to a single document processing request.
Attributes
-
inputConfig(type:GoogleApi.DocumentAI.V1beta3.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.V1beta3.Model.GoogleCloudDocumentaiV1beta1OutputConfig.t, default:nil) - The output location of the parsed responses. The responses are written to this location as JSON-serializedDocumentobjects.
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.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse{
inputConfig:
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1InputConfig.t()
| nil,
outputConfig:
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1OutputConfig.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.