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 the TrainProcessorVersion method.
Implements
IMessageTrainProcessorVersionResponse, IEquatableTrainProcessorVersionResponse, IDeepCloneableTrainProcessorVersionResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DocumentAIV1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
TrainProcessorVersionResponse()
public TrainProcessorVersionResponse()
TrainProcessorVersionResponse(TrainProcessorVersionResponse)
public TrainProcessorVersionResponse(TrainProcessorVersionResponse other)
Name | Description |
other | TrainProcessorVersionResponse |
Properties
ProcessorVersion
public string ProcessorVersion { get; set; }
The resource name of the processor version produced by training.
Type | Description |
string |