Class TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry
Metrics for a single confidence threshold.
Inheritance
System.Object
TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry
Implements
System.IEquatable<TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry>
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ConfidenceMetricsEntry : IMessage<TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry>, IEquatable<TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry>, IDeepCloneable<TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry>, IBufferMessage, IMessage
Constructors
ConfidenceMetricsEntry()
Declaration
public ConfidenceMetricsEntry()
ConfidenceMetricsEntry(TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry)
Declaration
public ConfidenceMetricsEntry(TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry other)
Parameters
Type | Name | Description |
---|---|---|
TextExtractionEvaluationMetrics.Types.ConfidenceMetricsEntry | other |
Properties
ConfidenceThreshold
Output only. The confidence threshold value used to compute the metrics. Only annotations with score of at least this threshold are considered to be ones the model would return.
Declaration
public float ConfidenceThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
F1Score
Output only. The harmonic mean of recall and precision.
Declaration
public float F1Score { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Precision
Output only. Precision under the given confidence threshold.
Declaration
public float Precision { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Recall
Output only. Recall under the given confidence threshold.
Declaration
public float Recall { get; set; }
Property Value
Type | Description |
---|---|
System.Single |