Cloud AI Platform v1 API - Class VideoActionRecognitionPredictionParams (2.27.0)

public sealed class VideoActionRecognitionPredictionParams : IMessage<VideoActionRecognitionPredictionParams>, IEquatable<VideoActionRecognitionPredictionParams>, IDeepCloneable<VideoActionRecognitionPredictionParams>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class VideoActionRecognitionPredictionParams.

Prediction model parameters for Video Action Recognition.

Inheritance

object > VideoActionRecognitionPredictionParams

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Params

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

VideoActionRecognitionPredictionParams()

public VideoActionRecognitionPredictionParams()

VideoActionRecognitionPredictionParams(VideoActionRecognitionPredictionParams)

public VideoActionRecognitionPredictionParams(VideoActionRecognitionPredictionParams other)
Parameter
NameDescription
otherVideoActionRecognitionPredictionParams

Properties

ConfidenceThreshold

public float ConfidenceThreshold { get; set; }

The Model only returns predictions with at least this confidence score. Default value is 0.0

Property Value
TypeDescription
float

MaxPredictions

public int MaxPredictions { get; set; }

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.

Property Value
TypeDescription
int