Class GoogleCloudDocumentaiV1TrainProcessorVersionResponse
The response for TrainProcessorVersion.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1TrainProcessorVersionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessorVersion
The resource name of the processor version produced by training.
Declaration
[JsonProperty("processorVersion")]
public virtual string ProcessorVersion { get; set; }
Property Value
Type | Description |
---|---|
string |