Cloud Document AI v1 API - Class ListProcessorVersionsResponse (3.10.0)

public sealed class ListProcessorVersionsResponse : IMessage<ListProcessorVersionsResponse>, IEquatable<ListProcessorVersionsResponse>, IDeepCloneable<ListProcessorVersionsResponse>, IBufferMessage, IMessage, IPageResponse<ProcessorVersion>, IEnumerable<ProcessorVersion>, IEnumerable

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

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

Inheritance

object > ListProcessorVersionsResponse

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ListProcessorVersionsResponse()

public ListProcessorVersionsResponse()

ListProcessorVersionsResponse(ListProcessorVersionsResponse)

public ListProcessorVersionsResponse(ListProcessorVersionsResponse other)
Parameter
NameDescription
otherListProcessorVersionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Points to the next processor, otherwise empty.

Property Value
TypeDescription
string

ProcessorVersions

public RepeatedField<ProcessorVersion> ProcessorVersions { get; }

The list of processors.

Property Value
TypeDescription
RepeatedFieldProcessorVersion

Methods

GetEnumerator()

public IEnumerator<ProcessorVersion> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProcessorVersion