Cloud Document AI v1 API - Class TrainProcessorVersionResponse (3.15.0)

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

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

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

Inheritance

object > TrainProcessorVersionResponse

Namespace

Google.Cloud.DocumentAI.V1

Assembly

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