Cloud AI Platform v1beta1 API - Class VideoDataItem (1.0.0-beta02)

public sealed class VideoDataItem : IMessage<VideoDataItem>, IEquatable<VideoDataItem>, IDeepCloneable<VideoDataItem>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class VideoDataItem.

Payload of Video DataItem.

Inheritance

object > VideoDataItem

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

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