Cloud Document AI v1 API - Class ListProcessorsResponse (3.8.0)

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 v1 API class ListProcessorsResponse.

Response message for the [ListProcessors][google.cloud.documentai.v1.DocumentProcessorService.ListProcessors] method.

Inheritance

object > ListProcessorsResponse

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ListProcessorsResponse()

public ListProcessorsResponse()

ListProcessorsResponse(ListProcessorsResponse)

public ListProcessorsResponse(ListProcessorsResponse other)
Parameter
NameDescription
otherListProcessorsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Points to the next processor, otherwise empty.

Property Value
TypeDescription
string

Processors

public RepeatedField<Processor> Processors { get; }

The list of processors.

Property Value
TypeDescription
RepeatedFieldProcessor

Methods

GetEnumerator()

public IEnumerator<Processor> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProcessor