public sealed class VideoActionRecognitionPredictionParams : IMessage<VideoActionRecognitionPredictionParams>, IEquatable<VideoActionRecognitionPredictionParams>, IDeepCloneable<VideoActionRecognitionPredictionParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class VideoActionRecognitionPredictionParams.
Prediction model parameters for Video Action Recognition.
The model only returns up to that many top, by confidence score,
predictions per frame of the video. If this number is very high, the
Model may return fewer predictions per frame. Default value is 50.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `VideoActionRecognitionPredictionParams` class within the Cloud AI Platform v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Params` namespace."],["The `VideoActionRecognitionPredictionParams` class is used to define the prediction model parameters for Video Action Recognition, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a copy constructor that takes another `VideoActionRecognitionPredictionParams` object as a parameter."],["Two key properties are available within the `VideoActionRecognitionPredictionParams` class: `ConfidenceThreshold`, which sets the minimum confidence score for a prediction to be returned, and `MaxPredictions`, which limits the number of predictions returned per video frame."],["This specific documentation covers versions 1.0.0-beta21 (latest) and 1.0.0-beta20 of the library, with links to the respective versions."]]],[]]