Class: Google::Cloud::DocumentAI::V1::ListProcessorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::ListProcessorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document_processor_service.rb
Overview
Response message for the ListProcessors method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Points to the next processor, otherwise empty.
-
#processors ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Processor>
The list of processors.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Points to the next processor, otherwise empty.
417 418 419 420 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 417 class ListProcessorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processors ⇒ ::Array<::Google::Cloud::DocumentAI::V1::Processor>
Returns The list of processors.
417 418 419 420 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 417 class ListProcessorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |