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

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.

Inheritance

object > ListProcessorsResponse

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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