public sealed class ListProcessorsResponse : IMessage<ListProcessorsResponse>, IEquatable<ListProcessorsResponse>, IDeepCloneable<ListProcessorsResponse>, IBufferMessage, IMessage, IPageResponse<Processor>, IEnumerable<Processor>, IEnumerableReference documentation and code samples for the Cloud Document AI v1 API class ListProcessorsResponse.
Response message for the [ListProcessors][google.cloud.documentai.v1.DocumentProcessorService.ListProcessors] method.
Implements
IMessageListProcessorsResponse, IEquatableListProcessorsResponse, IDeepCloneableListProcessorsResponse, IBufferMessage, IMessage, IPageResponseProcessor, IEnumerableProcessor, IEnumerableNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
ListProcessorsResponse()
public ListProcessorsResponse()ListProcessorsResponse(ListProcessorsResponse)
public ListProcessorsResponse(ListProcessorsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListProcessorsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }Points to the next processor, otherwise empty.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Processors
public RepeatedField<Processor> Processors { get; }The list of processors.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldProcessor |
|
Methods
GetEnumerator()
public IEnumerator<Processor> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorProcessor |
|