Cloud Document AI v1 API - Class Evaluation (3.15.0)

public sealed class Evaluation : IMessage<Evaluation>, IEquatable<Evaluation>, IDeepCloneable<Evaluation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class Evaluation.

An evaluation of a ProcessorVersion's performance.

Inheritance

object > Evaluation

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Evaluation()

public Evaluation()

Evaluation(Evaluation)

public Evaluation(Evaluation other)
Parameter
NameDescription
otherEvaluation

Properties

AllEntitiesMetrics

public Evaluation.Types.MultiConfidenceMetrics AllEntitiesMetrics { get; set; }

Metrics for all the entities in aggregate.

Property Value
TypeDescription
EvaluationTypesMultiConfidenceMetrics

CreateTime

public Timestamp CreateTime { get; set; }

The time that the evaluation was created.

Property Value
TypeDescription
Timestamp

DocumentCounters

public Evaluation.Types.Counters DocumentCounters { get; set; }

Counters for the documents used in the evaluation.

Property Value
TypeDescription
EvaluationTypesCounters

EntityMetrics

public MapField<string, Evaluation.Types.MultiConfidenceMetrics> EntityMetrics { get; }

Metrics across confidence levels, for different entities.

Property Value
TypeDescription
MapFieldstringEvaluationTypesMultiConfidenceMetrics

EvaluationName

public EvaluationName EvaluationName { get; set; }

EvaluationName-typed view over the Name resource name property.

Property Value
TypeDescription
EvaluationName

KmsKeyName

public string KmsKeyName { get; set; }

The KMS key name used for encryption.

Property Value
TypeDescription
string

KmsKeyVersionName

public string KmsKeyVersionName { get; set; }

The KMS key version with which data is encrypted.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

The resource name of the evaluation. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}

Property Value
TypeDescription
string