Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::BatchProcessRequest.
Request message for batch process document method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#document_output_config
def document_output_config() -> ::Google::Cloud::DocumentAI::V1::DocumentOutputConfig Returns 
 - (::Google::Cloud::DocumentAI::V1::DocumentOutputConfig) — The overall output config for batch process.
 
#document_output_config=
def document_output_config=(value) -> ::Google::Cloud::DocumentAI::V1::DocumentOutputConfig Parameter 
 - value (::Google::Cloud::DocumentAI::V1::DocumentOutputConfig) — The overall output config for batch process.
 
 Returns 
 - (::Google::Cloud::DocumentAI::V1::DocumentOutputConfig) — The overall output config for batch process.
 
#input_documents
def input_documents() -> ::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig Returns 
 - (::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig) — The input documents for batch process.
 
#input_documents=
def input_documents=(value) -> ::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig Parameter 
 - value (::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig) — The input documents for batch process.
 
 Returns 
 - (::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig) — The input documents for batch process.
 
#name
def name() -> ::String Returns 
 - (::String) — Required. The processor resource name.
 
#name=
def name=(value) -> ::String Parameter 
 - value (::String) — Required. The processor resource name.
 
 Returns 
 - (::String) — Required. The processor resource name.
 
#skip_human_review
def skip_human_review() -> ::Boolean Returns 
 - (::Boolean) — Whether Human Review feature should be skipped for this request. Default to false.
 
#skip_human_review=
def skip_human_review=(value) -> ::Boolean Parameter 
 - value (::Boolean) — Whether Human Review feature should be skipped for this request. Default to false.
 
 Returns 
 - (::Boolean) — Whether Human Review feature should be skipped for this request. Default to false.