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.
Implements
IMessageVideoPayload, IEquatableVideoPayload, IDeepCloneableVideoPayload, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
VideoPayload()
public VideoPayload()
VideoPayload(VideoPayload)
public VideoPayload(VideoPayload other)
Parameter | |
---|---|
Name | Description |
other |
VideoPayload |
Properties
FrameRate
public float FrameRate { get; set; }
FPS of the video.
Property Value | |
---|---|
Type | Description |
float |
MimeType
public string MimeType { get; set; }
Video format.
Property Value | |
---|---|
Type | Description |
string |
SignedUri
public string SignedUri { get; set; }
Signed uri of the video file in the service bucket.
Property Value | |
---|---|
Type | Description |
string |
VideoThumbnails
public RepeatedField<VideoThumbnail> VideoThumbnails { get; }
The list of video thumbnails.
Property Value | |
---|---|
Type | Description |
RepeatedFieldVideoThumbnail |
VideoUri
public string VideoUri { get; set; }
Video uri from the user bucket.
Property Value | |
---|---|
Type | Description |
string |