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

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

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

The response for [TrainProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.TrainProcessorVersion].

Inheritance

object > TrainProcessorVersionResponse

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

TrainProcessorVersionResponse()

public TrainProcessorVersionResponse()

TrainProcessorVersionResponse(TrainProcessorVersionResponse)

public TrainProcessorVersionResponse(TrainProcessorVersionResponse other)
Parameter
NameDescription
otherTrainProcessorVersionResponse

Properties

ProcessorVersion

public string ProcessorVersion { get; set; }

The resource name of the processor version produced by training.

Property Value
TypeDescription
string