Cloud Document AI v1 API - Class ListProcessorTypesResponse (3.2.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 list processor types.

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
RepeatedField<ProcessorType>

Methods

GetEnumerator()

public IEnumerator<ProcessorType> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<ProcessorType>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator