View Source GoogleApi.Language.V1.Model.XPSImageSegmentationEvaluationMetrics (google_api_language v0.15.0)

Model evaluation metrics for image segmentation problems. Next tag: 4.

Attributes

  • confidenceMetricsEntries (type: list(GoogleApi.Language.V1.Model.XPSImageSegmentationEvaluationMetricsConfidenceMetricsEntry.t), default: nil) - Metrics that have confidence thresholds. Precision-recall curve can be derived from it.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V1.Model.XPSImageSegmentationEvaluationMetrics{
  confidenceMetricsEntries:
    [
      GoogleApi.Language.V1.Model.XPSImageSegmentationEvaluationMetricsConfidenceMetricsEntry.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.