Class GoogleCloudDocumentaiV1beta3EvaluationReference
Gives a short summary of an evaluation, and links to the evaluation itself.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3EvaluationReference : IDirectResponseSchema
Properties
AggregateMetrics
An aggregate of the statistics for the evaluation with fuzzy matching on.
Declaration
[JsonProperty("aggregateMetrics")]
public virtual GoogleCloudDocumentaiV1beta3EvaluationMetrics AggregateMetrics { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3EvaluationMetrics |
AggregateMetricsExact
An aggregate of the statistics for the evaluation with fuzzy matching off.
Declaration
[JsonProperty("aggregateMetricsExact")]
public virtual GoogleCloudDocumentaiV1beta3EvaluationMetrics AggregateMetricsExact { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3EvaluationMetrics |
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 |