Class XPSTrackMetricsEntryConfidenceMetricsEntry
Metrics for a single confidence threshold. Next tag: 6.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTrackMetricsEntryConfidenceMetricsEntry : IDirectResponseSchema
Properties
BoundingBoxIou
Output only. Bounding box intersection-over-union precision. Measures how well the bounding boxes overlap between each other (e.g. complete overlap or just barely above iou_threshold).
Declaration
[JsonProperty("boundingBoxIou")]
public virtual float? BoundingBoxIou { get; set; }
Property Value
Type | Description |
---|---|
float? |
ConfidenceThreshold
Output only. The confidence threshold value used to compute the metrics.
Declaration
[JsonProperty("confidenceThreshold")]
public virtual float? ConfidenceThreshold { 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 |
MismatchRate
Output only. Mismatch rate, which measures the tracking consistency, i.e. correctness of instance ID continuity.
Declaration
[JsonProperty("mismatchRate")]
public virtual float? MismatchRate { get; set; }
Property Value
Type | Description |
---|---|
float? |
TrackingPrecision
Output only. Tracking precision.
Declaration
[JsonProperty("trackingPrecision")]
public virtual float? TrackingPrecision { get; set; }
Property Value
Type | Description |
---|---|
float? |
TrackingRecall
Output only. Tracking recall.
Declaration
[JsonProperty("trackingRecall")]
public virtual float? TrackingRecall { get; set; }
Property Value
Type | Description |
---|---|
float? |