public sealed class VideoClassificationPredictionInstance : IMessage<VideoClassificationPredictionInstance>, IEquatable<VideoClassificationPredictionInstance>, IDeepCloneable<VideoClassificationPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class VideoClassificationPredictionInstance.
Prediction input format for Video Classification.
Implements
IMessageVideoClassificationPredictionInstance, IEquatableVideoClassificationPredictionInstance, IDeepCloneableVideoClassificationPredictionInstance, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.InstanceAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VideoClassificationPredictionInstance()
public VideoClassificationPredictionInstance()
VideoClassificationPredictionInstance(VideoClassificationPredictionInstance)
public VideoClassificationPredictionInstance(VideoClassificationPredictionInstance other)
Parameter | |
---|---|
Name | Description |
other |
VideoClassificationPredictionInstance |
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 |