Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::ProcessOptions (v0.33.1)

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

Options for Process API

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#from_end

def from_end() -> ::Integer
Returns
  • (::Integer) — Only process certain pages from the end, same as above.

#from_end=

def from_end=(value) -> ::Integer
Parameter
  • value (::Integer) — Only process certain pages from the end, same as above.
Returns
  • (::Integer) — Only process certain pages from the end, same as above.

#from_start

def from_start() -> ::Integer
Returns
  • (::Integer) — Only process certain pages from the start. Process all if the document has fewer pages.

#from_start=

def from_start=(value) -> ::Integer
Parameter
  • value (::Integer) — Only process certain pages from the start. Process all if the document has fewer pages.
Returns
  • (::Integer) — Only process certain pages from the start. Process all if the document has fewer pages.

#individual_page_selector

def individual_page_selector() -> ::Google::Cloud::DocumentAI::V1beta3::ProcessOptions::IndividualPageSelector
Returns

#individual_page_selector=

def individual_page_selector=(value) -> ::Google::Cloud::DocumentAI::V1beta3::ProcessOptions::IndividualPageSelector
Parameter
Returns

#ocr_config

def ocr_config() -> ::Google::Cloud::DocumentAI::V1beta3::OcrConfig
Returns

#ocr_config=

def ocr_config=(value) -> ::Google::Cloud::DocumentAI::V1beta3::OcrConfig
Parameter
Returns

#schema_override

def schema_override() -> ::Google::Cloud::DocumentAI::V1beta3::DocumentSchema
Returns

#schema_override=

def schema_override=(value) -> ::Google::Cloud::DocumentAI::V1beta3::DocumentSchema
Parameter
Returns