Cloud Document AI v1beta3 API - Class ListDocumentsResponse (2.0.0-beta18)

public sealed class ListDocumentsResponse : IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<DocumentMetadata>, IEnumerable<DocumentMetadata>, IEnumerable

Inheritance

object > ListDocumentsResponse

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

ListDocumentsResponse()

public ListDocumentsResponse()

ListDocumentsResponse(ListDocumentsResponse)

public ListDocumentsResponse(ListDocumentsResponse other)
Parameter
NameDescription
otherListDocumentsResponse

Properties

DocumentMetadata

public RepeatedField<DocumentMetadata> DocumentMetadata { get; }

Document metadata corresponding to the listed documents.

Property Value
TypeDescription
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
TypeDescription
string

TotalSize

public int TotalSize { get; set; }

Total count of documents queried.

Property Value
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<DocumentMetadata> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDocumentMetadata