Show / Hide Table of Contents

Class XPSImageSegmentationEvaluationMetrics

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

Inheritance
object
XPSImageSegmentationEvaluationMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX