Class XPSVideoActionMetricsEntry
The Evaluation metrics entry given a specific precision_window_length.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSVideoActionMetricsEntry : IDirectResponseSchema
Properties
ConfidenceMetricsEntries
Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99.
Declaration
[JsonProperty("confidenceMetricsEntries")]
public virtual IList<XPSVideoActionMetricsEntryConfidenceMetricsEntry> ConfidenceMetricsEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<XPSVideoActionMetricsEntryConfidenceMetricsEntry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MeanAveragePrecision
The mean average precision.
Declaration
[JsonProperty("meanAveragePrecision")]
public virtual float? MeanAveragePrecision { get; set; }
Property Value
Type | Description |
---|---|
float? |
PrecisionWindowLength
This VideoActionMetricsEntry is calculated based on this prediction window length. If the predicted action's timestamp is inside the time window whose center is the ground truth action's timestamp with this specific length, the prediction result is treated as a true positive.
Declaration
[JsonProperty("precisionWindowLength")]
public virtual object PrecisionWindowLength { get; set; }
Property Value
Type | Description |
---|---|
object |