Cloud Document AI v1 API - Class EvaluationReference (3.11.0)

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.

Inheritance

object > EvaluationReference

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

EvaluationReference()

public EvaluationReference()

EvaluationReference(EvaluationReference)

public EvaluationReference(EvaluationReference other)
Parameter
NameDescription
otherEvaluationReference

Properties

AggregateMetrics

public Evaluation.Types.Metrics AggregateMetrics { get; set; }

An aggregate of the statistics for the evaluation with fuzzy matching on.

Property Value
TypeDescription
EvaluationTypesMetrics

AggregateMetricsExact

public Evaluation.Types.Metrics AggregateMetricsExact { get; set; }

An aggregate of the statistics for the evaluation with fuzzy matching off.

Property Value
TypeDescription
EvaluationTypesMetrics

Evaluation

public string Evaluation { get; set; }

The resource name of the evaluation.

Property Value
TypeDescription
string

EvaluationAsEvaluationName

public EvaluationName EvaluationAsEvaluationName { get; set; }

EvaluationName-typed view over the Evaluation resource name property.

Property Value
TypeDescription
EvaluationName

Operation

public string Operation { get; set; }

The resource name of the Long Running Operation for the evaluation.

Property Value
TypeDescription
string