Cloud Document AI v1 API - Class FetchProcessorTypesResponse (3.14.0)

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

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

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

Inheritance

object > FetchProcessorTypesResponse

Namespace

Google.Cloud.DocumentAI.V1

Assembly

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