Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ListDocumentsResponse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document_metadata
def document_metadata() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentMetadata>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentMetadata>) — Document metadata corresponding to the listed documents.
#document_metadata=
def document_metadata=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentMetadata>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentMetadata>) — Document metadata corresponding to the listed documents.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentMetadata>) — Document metadata corresponding to the listed documents.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — Total count of documents queried.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — Total count of documents queried.
Returns
- (::Integer) — Total count of documents queried.