Cloud Document AI v1beta3 API - Class FetchProcessorTypesResponse (2.0.0-beta19)

public sealed class FetchProcessorTypesResponse : IMessage<FetchProcessorTypesResponse>, IEquatable<FetchProcessorTypesResponse>, IDeepCloneable<FetchProcessorTypesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class FetchProcessorTypesResponse.

Response message for the [FetchProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes] method.

Inheritance

object > FetchProcessorTypesResponse

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

FetchProcessorTypesResponse()

public FetchProcessorTypesResponse()

FetchProcessorTypesResponse(FetchProcessorTypesResponse)

public FetchProcessorTypesResponse(FetchProcessorTypesResponse other)
Parameter
NameDescription
otherFetchProcessorTypesResponse

Properties

ProcessorTypes

public RepeatedField<ProcessorType> ProcessorTypes { get; }

The list of processor types.

Property Value
TypeDescription
RepeatedFieldProcessorType