Class GoogleCloudDocumentaiV1Evaluation
An evaluation of a ProcessorVersion's performance.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1Evaluation : IDirectResponseSchema
Properties
AllEntitiesMetrics
Metrics for all the entities in aggregate.
Declaration
[JsonProperty("allEntitiesMetrics")]
public virtual GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics AllEntitiesMetrics { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics |
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 GoogleCloudDocumentaiV1EvaluationCounters DocumentCounters { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1EvaluationCounters |
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, GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics> EntityMetrics { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics> |
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 |