Class: Google::Cloud::DocumentAI::V1beta3::ProcessOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb

Overview

Options for Process API

Instance Attribute Summary collapse

Instance Attribute Details

#ocr_config::Google::Cloud::DocumentAI::V1beta3::OcrConfig

Returns Only applicable to OCR_PROCESSOR. Returns error if set on other processor types.

Returns:



29
30
31
32
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 29

class ProcessOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end