public sealed class ListProcessorsResponse : IMessage<ListProcessorsResponse>, IEquatable<ListProcessorsResponse>, IDeepCloneable<ListProcessorsResponse>, IBufferMessage, IMessage, IPageResponse<Processor>, IEnumerable<Processor>, IEnumerable
Reference documentation and code samples for the Cloud Document AI v1beta3 API class ListProcessorsResponse.
Response message for the [ListProcessors][google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessors] method.
Implements
IMessageListProcessorsResponse, IEquatableListProcessorsResponse, IDeepCloneableListProcessorsResponse, IBufferMessage, IMessage, IPageResponseProcessor, IEnumerableProcessor, IEnumerableNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.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 |