Class XPSImageSegmentationEvaluationMetrics
Model evaluation metrics for image segmentation problems. Next tag: 4.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSImageSegmentationEvaluationMetrics : IDirectResponseSchema
Properties
ConfidenceMetricsEntries
Metrics that have confidence thresholds. Precision-recall curve can be derived from it.
Declaration
[JsonProperty("confidenceMetricsEntries")]
public virtual IList<XPSImageSegmentationEvaluationMetricsConfidenceMetricsEntry> ConfidenceMetricsEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<XPSImageSegmentationEvaluationMetricsConfidenceMetricsEntry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |