Reference documentation and code samples for the Document AI V1 API module Google::Cloud::DocumentAI::V1::DocumentProcessorService::Paths.
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
- project (String)
- location (String)
- processor (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- processor (String)
- (::String)
- (::ArgumentError)
#processor_type_path
def processor_type_path(project:, location:, processor_type:) -> ::String
Create a fully-qualified ProcessorType resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/processorTypes/{processor_type}
- project (String)
- location (String)
- processor_type (String)
- (::String)
- (::ArgumentError)
#processor_version_path
def processor_version_path(project:, location:, processor:, processor_version:) -> ::String
Create a fully-qualified ProcessorVersion resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
- project (String)
- location (String)
- processor (String)
- processor_version (String)
- (::String)
- (::ArgumentError)