GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchProcessRequest (google_api_document_ai v0.6.0) View Source
Request message for batch process document method.
Attributes
-
inputConfigs
(type:list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig.t)
, default:nil
) - The input config for each single document in the batch process. -
outputConfig
(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig.t
, default:nil
) - The overall output config for batch process. -
skipHumanReview
(type:boolean()
, default:nil
) - Whether Human Review feature should be skipped for this request. Default to false.
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.GoogleCloudDocumentaiV1beta3BatchProcessRequest{ inputConfigs: [ GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig.t() ], outputConfig: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig.t(), skipHumanReview: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.