Class: Google::Cloud::DocumentAI::V1beta3::ListDocumentsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#document_metadata::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentMetadata>

Returns Document metadata corresponding to the listed documents.

Returns:



234
235
236
237
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 234

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

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



234
235
236
237
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 234

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

#total_size::Integer

Returns Total count of documents queried.

Returns:

  • (::Integer)

    Total count of documents queried.



234
235
236
237
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 234

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