Class: Google::Cloud::DocumentAI::V1::ProcessRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::ProcessRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document_processor_service.rb
Overview
Request message for the ProcessDocument method.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#field_mask ⇒ ::Google::Protobuf::FieldMask
Specifies which fields to include in the ProcessResponse.document output.
-
#gcs_document ⇒ ::Google::Cloud::DocumentAI::V1::GcsDocument
A raw document on Google Cloud Storage.
-
#imageless_mode ⇒ ::Boolean
Optional.
-
#inline_document ⇒ ::Google::Cloud::DocumentAI::V1::Document
An inline document proto.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Required.
-
#process_options ⇒ ::Google::Cloud::DocumentAI::V1::ProcessOptions
Inference-time options for the process API.
-
#raw_document ⇒ ::Google::Cloud::DocumentAI::V1::RawDocument
A raw document content (bytes).
-
#skip_human_review ⇒ ::Boolean
Whether human review should be skipped for this request.
Instance Attribute Details
#field_mask ⇒ ::Google::Protobuf::FieldMask
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#gcs_document ⇒ ::Google::Cloud::DocumentAI::V1::GcsDocument
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#imageless_mode ⇒ ::Boolean
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#inline_document ⇒ ::Google::Cloud::DocumentAI::V1::Document
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#process_options ⇒ ::Google::Cloud::DocumentAI::V1::ProcessOptions
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#raw_document ⇒ ::Google::Cloud::DocumentAI::V1::RawDocument
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#skip_human_review ⇒ ::Boolean
153 154 155 156 157 158 159 160 161 162 163 164 165 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 153 class ProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |