GoogleApi.Language.V1.Model.XPSBoundingBoxMetricsEntry (google_api_language v0.16.3)

View Source

Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.

Attributes

  • confidenceMetricsEntries (type: list(GoogleApi.Language.V1.Model.XPSBoundingBoxMetricsEntryConfidenceMetricsEntry.t), default: nil) - Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99.
  • iouThreshold (type: number(), default: nil) - The intersection-over-union threshold value used to compute this metrics entry.
  • meanAveragePrecision (type: number(), default: nil) - The mean average precision.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSBoundingBoxMetricsEntry{
  confidenceMetricsEntries:
    [
      GoogleApi.Language.V1.Model.XPSBoundingBoxMetricsEntryConfidenceMetricsEntry.t()
    ]
    | nil,
  iouThreshold: number() | nil,
  meanAveragePrecision: number() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.