Show / Hide Table of Contents

Class XPSTrackMetricsEntryConfidenceMetricsEntry

Metrics for a single confidence threshold. Next tag: 6.

Inheritance
object
XPSTrackMetricsEntryConfidenceMetricsEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX