public sealed class VideoDataItem : IMessage<VideoDataItem>, IEquatable<VideoDataItem>, IDeepCloneable<VideoDataItem>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class VideoDataItem.
Payload of Video DataItem.
Implements
IMessageVideoDataItem, IEquatableVideoDataItem, IDeepCloneableVideoDataItem, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
VideoDataItem()
public VideoDataItem()VideoDataItem(VideoDataItem)
public VideoDataItem(VideoDataItem other)| Parameter | |
|---|---|
| Name | Description |
other |
VideoDataItem |
Properties
GcsUri
public string GcsUri { get; set; }Required. Google Cloud Storage URI points to the original video in user's bucket. The video is up to 50 GB in size and up to 3 hour in duration.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MimeType
public string MimeType { get; set; }Output only. The mime type of the content of the video. Only the videos in below listed mime types are supported. Supported mime_type:
- video/mp4
- video/avi
- video/quicktime
| Property Value | |
|---|---|
| Type | Description |
string |
|