View Source GoogleApi.Language.V2.Model.XPSBoundingBoxMetricsEntry (google_api_language v0.16.1)
Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.
Attributes
-
confidenceMetricsEntries(type:list(GoogleApi.Language.V2.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
@type t() :: %GoogleApi.Language.V2.Model.XPSBoundingBoxMetricsEntry{ confidenceMetricsEntries: [ GoogleApi.Language.V2.Model.XPSBoundingBoxMetricsEntryConfidenceMetricsEntry.t() ] | nil, iouThreshold: number() | nil, meanAveragePrecision: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.