Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::BatchProcessRequest.
Request message for BatchProcessDocuments.
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 output configuration for the BatchProcessDocuments method.
#document_output_config=
def document_output_config=(value) -> ::Google::Cloud::DocumentAI::V1::DocumentOutputConfig
Parameter
- value (::Google::Cloud::DocumentAI::V1::DocumentOutputConfig) — The output configuration for the BatchProcessDocuments method.
Returns
- (::Google::Cloud::DocumentAI::V1::DocumentOutputConfig) — The output configuration for the BatchProcessDocuments method.
#input_documents
def input_documents() -> ::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig
Returns
- (::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig) — The input documents for the BatchProcessDocuments method.
#input_documents=
def input_documents=(value) -> ::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig
Parameter
- value (::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig) — The input documents for the BatchProcessDocuments method.
Returns
- (::Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig) — The input documents for the BatchProcessDocuments method.
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource name of
Processor or
ProcessorVersion.
Format:
projects/{project}/locations/{location}/processors/{processor}
, orprojects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of
Processor or
ProcessorVersion.
Format:
projects/{project}/locations/{location}/processors/{processor}
, orprojects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
Returns
-
(::String) — Required. The resource name of
Processor or
ProcessorVersion.
Format:
projects/{project}/locations/{location}/processors/{processor}
, orprojects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
#process_options
def process_options() -> ::Google::Cloud::DocumentAI::V1::ProcessOptions
Returns
- (::Google::Cloud::DocumentAI::V1::ProcessOptions) — Inference-time options for the process API
#process_options=
def process_options=(value) -> ::Google::Cloud::DocumentAI::V1::ProcessOptions
Parameter
- value (::Google::Cloud::DocumentAI::V1::ProcessOptions) — Inference-time options for the process API
Returns
- (::Google::Cloud::DocumentAI::V1::ProcessOptions) — Inference-time options for the process API
#skip_human_review
def skip_human_review() -> ::Boolean
Returns
-
(::Boolean) — Whether human review should be skipped for this request. Default to
false
.
#skip_human_review=
def skip_human_review=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Whether human review should be skipped for this request. Default to
false
.
Returns
-
(::Boolean) — Whether human review should be skipped for this request. Default to
false
.