Cloud Document AI v1 API - Class ListProcessorTypesResponse (3.15.0)

public sealed class ListProcessorTypesResponse : IMessage<ListProcessorTypesResponse>, IEquatable<ListProcessorTypesResponse>, IDeepCloneable<ListProcessorTypesResponse>, IBufferMessage, IMessage, IPageResponse<ProcessorType>, IEnumerable<ProcessorType>, IEnumerable

Reference documentation and code samples for the Cloud Document AI v1 API class ListProcessorTypesResponse.

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

Inheritance

object > ListProcessorTypesResponse

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ListProcessorTypesResponse()

public ListProcessorTypesResponse()

ListProcessorTypesResponse(ListProcessorTypesResponse)

public ListProcessorTypesResponse(ListProcessorTypesResponse other)
Parameter
NameDescription
otherListProcessorTypesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Points to the next page, otherwise empty.

Property Value
TypeDescription
string

ProcessorTypes

public RepeatedField<ProcessorType> ProcessorTypes { get; }

The processor types.

Property Value
TypeDescription
RepeatedFieldProcessorType

Methods

GetEnumerator()

public IEnumerator<ProcessorType> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProcessorType