Module Google::Cloud::DocumentAI::V1::DocumentProcessorService::Paths (v0.2.4)

Path helper methods for the DocumentProcessorService API.

Methods

#human_review_config_path

def human_review_config_path(project:, location:, processor:) -> ::String

Create a fully-qualified HumanReviewConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/processors/{processor}/humanReviewConfig

Parameters
  • project (String)
  • location (String)
  • processor (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#processor_path

def processor_path(project:, location:, processor:) -> ::String

Create a fully-qualified Processor resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/processors/{processor}

Parameters
  • project (String)
  • location (String)
  • processor (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)