Show / Hide Table of Contents

Class XPSVideoActionRecognitionEvaluationMetrics

Model evaluation metrics for video action recognition.

Inheritance
object
XPSVideoActionRecognitionEvaluationMetrics
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.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class XPSVideoActionRecognitionEvaluationMetrics : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluatedActionCount

Output only. The number of ground truth actions used to create this evaluation.

Declaration
[JsonProperty("evaluatedActionCount")]
public virtual int? EvaluatedActionCount { get; set; }
Property Value
Type Description
int?

VideoActionMetricsEntries

Output only. The metric entries for precision window lengths: 1s,2s,3s,4s, 5s.

Declaration
[JsonProperty("videoActionMetricsEntries")]
public virtual IList<XPSVideoActionMetricsEntry> VideoActionMetricsEntries { get; set; }
Property Value
Type Description
IList<XPSVideoActionMetricsEntry>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX