GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BatchProcessRequest (google_api_document_ai v0.32.0) View Source
Request message for batch process document method.
Attributes
-
documentOutputConfig(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentOutputConfig.t, default:nil) - The overall output config for batch process. -
inputDocuments(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BatchDocumentsInputConfig.t, default:nil) - The input documents 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.V1.Model.GoogleCloudDocumentaiV1BatchProcessRequest{
documentOutputConfig:
GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentOutputConfig.t()
| nil,
inputDocuments:
GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BatchDocumentsInputConfig.t()
| nil,
skipHumanReview: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.