Data Labeling v1beta1 API - Class VideoPayload (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class VideoPayload.

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
float

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
RepeatedFieldVideoThumbnail

VideoUri

public string VideoUri { get; set; }

Video uri from the user bucket.

Property Value
TypeDescription
string