GoogleApi.Language.V2.Model.XPSImageSegmentationEvaluationMetrics (google_api_language v0.16.3)
View SourceModel evaluation metrics for image segmentation problems. Next tag: 4.
Attributes
-
confidenceMetricsEntries
(type:list(GoogleApi.Language.V2.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.V2.Model.XPSImageSegmentationEvaluationMetrics{ confidenceMetricsEntries: [ GoogleApi.Language.V2.Model.XPSImageSegmentationEvaluationMetricsConfidenceMetricsEntry.t() ] | nil }