public sealed class VideoActionRecognitionPredictionInstance : IMessage<VideoActionRecognitionPredictionInstance>, IEquatable<VideoActionRecognitionPredictionInstance>, IDeepCloneable<VideoActionRecognitionPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class VideoActionRecognitionPredictionInstance.
Prediction input format for Video Action Recognition.
Implements
IMessageVideoActionRecognitionPredictionInstance, IEquatableVideoActionRecognitionPredictionInstance, IDeepCloneableVideoActionRecognitionPredictionInstance, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.InstanceAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VideoActionRecognitionPredictionInstance()
public VideoActionRecognitionPredictionInstance()
VideoActionRecognitionPredictionInstance(VideoActionRecognitionPredictionInstance)
public VideoActionRecognitionPredictionInstance(VideoActionRecognitionPredictionInstance other)
Parameter | |
---|---|
Name | Description |
other |
VideoActionRecognitionPredictionInstance |
Properties
Content
public string Content { get; set; }
The Google Cloud Storage location of the video on which to perform the prediction.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |