Class GoogleCloudDocumentaiV1EvaluationReference
Gives a short summary of an evaluation, and links to the evaluation itself.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1EvaluationReference : IDirectResponseSchema
Properties
AggregateMetrics
An aggregate of the statistics for the evaluation with fuzzy matching on.
Declaration
[JsonProperty("aggregateMetrics")]
public virtual GoogleCloudDocumentaiV1EvaluationMetrics AggregateMetrics { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1EvaluationMetrics |
AggregateMetricsExact
An aggregate of the statistics for the evaluation with fuzzy matching off.
Declaration
[JsonProperty("aggregateMetricsExact")]
public virtual GoogleCloudDocumentaiV1EvaluationMetrics AggregateMetricsExact { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1EvaluationMetrics |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Evaluation
The resource name of the evaluation.
Declaration
[JsonProperty("evaluation")]
public virtual string Evaluation { get; set; }
Property Value
Type | Description |
---|---|
string |
Operation
The resource name of the Long Running Operation for the evaluation.
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
Type | Description |
---|---|
string |