Class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse
Response of the EvaluateProcessorVersion method.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Evaluation
The resource name of the created evaluation.
Declaration
[JsonProperty("evaluation")]
public virtual string Evaluation { get; set; }
Property Value
Type | Description |
---|---|
string |