public sealed class EvaluationReference : IMessage<EvaluationReference>, IEquatable<EvaluationReference>, IDeepCloneable<EvaluationReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class EvaluationReference.
Gives a short summary of an evaluation, and links to the evaluation itself.
Implements
IMessageEvaluationReference, IEquatableEvaluationReference, IDeepCloneableEvaluationReference, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
EvaluationReference()
public EvaluationReference()
EvaluationReference(EvaluationReference)
public EvaluationReference(EvaluationReference other)
Parameter | |
---|---|
Name | Description |
other |
EvaluationReference |
Properties
AggregateMetrics
public Evaluation.Types.Metrics AggregateMetrics { get; set; }
An aggregate of the statistics for the evaluation with fuzzy matching on.
Property Value | |
---|---|
Type | Description |
EvaluationTypesMetrics |
AggregateMetricsExact
public Evaluation.Types.Metrics AggregateMetricsExact { get; set; }
An aggregate of the statistics for the evaluation with fuzzy matching off.
Property Value | |
---|---|
Type | Description |
EvaluationTypesMetrics |
Evaluation
public string Evaluation { get; set; }
The resource name of the evaluation.
Property Value | |
---|---|
Type | Description |
string |
EvaluationAsEvaluationName
public EvaluationName EvaluationAsEvaluationName { get; set; }
EvaluationName-typed view over the Evaluation resource name property.
Property Value | |
---|---|
Type | Description |
EvaluationName |
Operation
public string Operation { get; set; }
The resource name of the Long Running Operation for the evaluation.
Property Value | |
---|---|
Type | Description |
string |