Class: Google::Cloud::DocumentAI::V1beta3::ProcessOptions
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ProcessOptions
- 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
-
#ocr_config ⇒ ::Google::Cloud::DocumentAI::V1beta3::OcrConfig
Only applicable to
OCR_PROCESSOR
.
Instance Attribute Details
#ocr_config ⇒ ::Google::Cloud::DocumentAI::V1beta3::OcrConfig
Returns Only applicable to OCR_PROCESSOR
. Returns error if set on other
processor types.
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 |