Class GoogleCloudAiplatformV1SchemaPredictInstanceVideoObjectTrackingPredictionInstance
Prediction input format for Video Object Tracking.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPredictInstanceVideoObjectTrackingPredictionInstance : 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 |