Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3Evaluation

An evaluation of a ProcessorVersion's performance.

Inheritance
object
GoogleCloudDocumentaiV1beta3Evaluation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3Evaluation : IDirectResponseSchema

Properties

AllEntitiesMetrics

Metrics for all the entities in aggregate.

Declaration
[JsonProperty("allEntitiesMetrics")]
public virtual GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics AllEntitiesMetrics { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

The time that the evaluation was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DocumentCounters

Counters for the documents used in the evaluation.

Declaration
[JsonProperty("documentCounters")]
public virtual GoogleCloudDocumentaiV1beta3EvaluationCounters DocumentCounters { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3EvaluationCounters

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntityMetrics

Metrics across confidence levels, for different entities.

Declaration
[JsonProperty("entityMetrics")]
public virtual IDictionary<string, GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics> EntityMetrics { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics>

KmsKeyName

The KMS key name used for encryption.

Declaration
[JsonProperty("kmsKeyName")]
public virtual string KmsKeyName { get; set; }
Property Value
Type Description
string

KmsKeyVersionName

The KMS key version with which data is encrypted.

Declaration
[JsonProperty("kmsKeyVersionName")]
public virtual string KmsKeyVersionName { get; set; }
Property Value
Type Description
string

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX