View Source GoogleApi.Language.V2.Model.XPSTrackMetricsEntryConfidenceMetricsEntry (google_api_language v0.14.0)

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

Attributes

  • boundingBoxIou (type: number(), default: nil) - 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).
  • confidenceThreshold (type: number(), default: nil) - Output only. The confidence threshold value used to compute the metrics.
  • mismatchRate (type: number(), default: nil) - Output only. Mismatch rate, which measures the tracking consistency, i.e. correctness of instance ID continuity.
  • trackingPrecision (type: number(), default: nil) - Output only. Tracking precision.
  • trackingRecall (type: number(), default: nil) - Output only. Tracking recall.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSTrackMetricsEntryConfidenceMetricsEntry{
  boundingBoxIou: number() | nil,
  confidenceThreshold: number() | nil,
  mismatchRate: number() | nil,
  trackingPrecision: number() | nil,
  trackingRecall: number() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.