Cloud AI Platform v1 API - Class VideoActionRecognitionPredictionInstance (2.27.0)

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

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

Prediction input format for Video Action Recognition.

Inheritance

object > VideoActionRecognitionPredictionInstance

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Instance

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

VideoActionRecognitionPredictionInstance()

public VideoActionRecognitionPredictionInstance()

VideoActionRecognitionPredictionInstance(VideoActionRecognitionPredictionInstance)

public VideoActionRecognitionPredictionInstance(VideoActionRecognitionPredictionInstance other)
Parameter
NameDescription
otherVideoActionRecognitionPredictionInstance

Properties

Content

public string Content { get; set; }

The Google Cloud Storage location of the video on which to perform the prediction.

Property Value
TypeDescription
string

MimeType

public string MimeType { get; set; }

The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime

Property Value
TypeDescription
string

TimeSegmentEnd

public string TimeSegmentEnd { get; set; }

The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.

Property Value
TypeDescription
string

TimeSegmentStart

public string TimeSegmentStart { get; set; }

The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.

Property Value
TypeDescription
string