Class VideoPayload (1.0.0-beta03)

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

Container of information of a video.

Inheritance

Object > VideoPayload

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

VideoPayload()

public VideoPayload()

VideoPayload(VideoPayload)

public VideoPayload(VideoPayload other)
Parameter
NameDescription
otherVideoPayload

Properties

FrameRate

public float FrameRate { get; set; }

FPS of the video.

Property Value
TypeDescription
Single

MimeType

public string MimeType { get; set; }

Video format.

Property Value
TypeDescription
String

SignedUri

public string SignedUri { get; set; }

Signed uri of the video file in the service bucket.

Property Value
TypeDescription
String

VideoThumbnails

public RepeatedField<VideoThumbnail> VideoThumbnails { get; }

The list of video thumbnails.

Property Value
TypeDescription
RepeatedField<VideoThumbnail>

VideoUri

public string VideoUri { get; set; }

Video uri from the user bucket.

Property Value
TypeDescription
String