Class: Google::Cloud::DocumentAI::V1beta3::ListDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ListDocumentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_service.rb
Instance Attribute Summary collapse
-
#document_metadata ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentMetadata>
Document metadata corresponding to the listed documents.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListDocumentsRequest.page_token to retrieve the next page.
-
#total_size ⇒ ::Integer
Total count of documents queried.
Instance Attribute Details
#document_metadata ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentMetadata>
Returns Document metadata corresponding to the listed documents.
240 241 242 243 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 240 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListDocumentsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
240 241 242 243 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 240 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns Total count of documents queried.
240 241 242 243 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 240 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |