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::V1beta3::DocumentOutputConfig
Returns
- (::Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig) — The overall output config for batch process.
#document_output_config=
def document_output_config=(value) -> ::Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig) — The overall output config for batch process.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig) — The overall output config for batch process.
#input_configs
def input_configs() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig>) — The input config for each single document in the batch process.
#input_configs=
def input_configs=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig>) — The input config for each single document in the batch process.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig>) — The input config for each single document in the batch process.
#input_documents
def input_documents() -> ::Google::Cloud::DocumentAI::V1beta3::BatchDocumentsInputConfig
Returns
- (::Google::Cloud::DocumentAI::V1beta3::BatchDocumentsInputConfig) — The input documents for batch process.
#input_documents=
def input_documents=(value) -> ::Google::Cloud::DocumentAI::V1beta3::BatchDocumentsInputConfig
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::BatchDocumentsInputConfig) — The input documents for batch process.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::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.
#output_config
def output_config() -> ::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchOutputConfig
Returns
- (::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchOutputConfig) — The overall output config for batch process.
#output_config=
def output_config=(value) -> ::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchOutputConfig
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchOutputConfig) — The overall output config for batch process.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchOutputConfig) — The overall output config for batch process.
#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.