Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::ProcessorType (v0.18.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ProcessorType.

A processor type is responsible for performing a certain document understanding task on a certain type of document.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_creation

def allow_creation() -> ::Boolean
Returns
  • (::Boolean) — Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access.

#allow_creation=

def allow_creation=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access.
Returns
  • (::Boolean) — Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access.

#available_locations

def available_locations() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::ProcessorType::LocationInfo>
Returns

#available_locations=

def available_locations=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::ProcessorType::LocationInfo>
Parameter
Returns

#category

def category() -> ::String
Returns
  • (::String) — The processor category, used by UI to group processor types.

#category=

def category=(value) -> ::String
Parameter
  • value (::String) — The processor category, used by UI to group processor types.
Returns
  • (::String) — The processor category, used by UI to group processor types.

#launch_stage

def launch_stage() -> ::Google::Api::LaunchStage
Returns

#launch_stage=

def launch_stage=(value) -> ::Google::Api::LaunchStage
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}
Returns
  • (::String) — The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}

#sample_document_uris

def sample_document_uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — A set of Cloud Storage URIs of sample documents for this processor.

#sample_document_uris=

def sample_document_uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A set of Cloud Storage URIs of sample documents for this processor.
Returns
  • (::Array<::String>) — A set of Cloud Storage URIs of sample documents for this processor.

#type

def type() -> ::String
Returns
  • (::String) — The processor type, e.g., OCR_PROCESSOR, INVOICE_PROCESSOR, etc.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — The processor type, e.g., OCR_PROCESSOR, INVOICE_PROCESSOR, etc.
Returns
  • (::String) — The processor type, e.g., OCR_PROCESSOR, INVOICE_PROCESSOR, etc.