Class XPSBoundingBoxMetricsEntry
Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSBoundingBoxMetricsEntry : IDirectResponseSchema
Properties
ConfidenceMetricsEntries
Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99.
Declaration
[JsonProperty("confidenceMetricsEntries")]
public virtual IList<XPSBoundingBoxMetricsEntryConfidenceMetricsEntry> ConfidenceMetricsEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<XPSBoundingBoxMetricsEntryConfidenceMetricsEntry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IouThreshold
The intersection-over-union threshold value used to compute this metrics entry.
Declaration
[JsonProperty("iouThreshold")]
public virtual float? IouThreshold { get; set; }
Property Value
Type | Description |
---|---|
float? |
MeanAveragePrecision
The mean average precision.
Declaration
[JsonProperty("meanAveragePrecision")]
public virtual float? MeanAveragePrecision { get; set; }
Property Value
Type | Description |
---|---|
float? |