Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

XPSVideoActionRecognitionEvaluationMetrics

import type { XPSVideoActionRecognitionEvaluationMetrics } from "https://googleapis.deno.dev/v1/language:v2.ts";

Model evaluation metrics for video action recognition.

interface XPSVideoActionRecognitionEvaluationMetrics {
evaluatedActionCount?: number;
videoActionMetricsEntries?: XPSVideoActionMetricsEntry[];
}

§Properties

§
evaluatedActionCount?: number
[src]

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

§
videoActionMetricsEntries?: XPSVideoActionMetricsEntry[]
[src]

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