public sealed class ListDocumentsResponse : IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<DocumentMetadata>, IEnumerable<DocumentMetadata>, IEnumerable
Implements
IMessageListDocumentsResponse, IEquatableListDocumentsResponse, IDeepCloneableListDocumentsResponse, IBufferMessage, IMessage, IPageResponseDocumentMetadata, IEnumerableDocumentMetadata, IEnumerableNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
ListDocumentsResponse()
public ListDocumentsResponse()
ListDocumentsResponse(ListDocumentsResponse)
public ListDocumentsResponse(ListDocumentsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDocumentsResponse |
Properties
DocumentMetadata
public RepeatedField<DocumentMetadata> DocumentMetadata { get; }
Document metadata corresponding to the listed documents.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentMetadata |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as [ListDocumentsRequest.page_token][google.cloud.documentai.v1beta3.ListDocumentsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
TotalSize
public int TotalSize { get; set; }
Total count of documents queried.
Property Value | |
---|---|
Type | Description |
int |
Methods
GetEnumerator()
public IEnumerator<DocumentMetadata> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDocumentMetadata |