Class GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics
Evaluations metrics, at a specific confidence level.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics : IDirectResponseSchema
Properties
ConfidenceLevel
The confidence level.
Declaration
[JsonProperty("confidenceLevel")]
public virtual float? ConfidenceLevel { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
The metrics at the specific confidence level.
Declaration
[JsonProperty("metrics")]
public virtual GoogleCloudDocumentaiV1EvaluationMetrics Metrics { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1EvaluationMetrics |