Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance

Prediction input format for Video Classification.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPredictInstanceVideoClassificationPredictionInstance : IDirectResponseSchema

Properties

Content

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

Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MimeType

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

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string

TimeSegmentEnd

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.

Declaration
[JsonProperty("timeSegmentEnd")]
public virtual string TimeSegmentEnd { get; set; }
Property Value
Type Description
string

TimeSegmentStart

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.

Declaration
[JsonProperty("timeSegmentStart")]
public virtual string TimeSegmentStart { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX