public sealed class VideoPayload : IMessage<VideoPayload>, IEquatable<VideoPayload>, IDeepCloneable<VideoPayload>, IBufferMessage, IMessage
Container of information of a video.
Implements
IMessage<VideoPayload>, IEquatable<VideoPayload>, IDeepCloneable<VideoPayload>, 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 |
Single |
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 |
RepeatedField<VideoThumbnail> |
VideoUri
public string VideoUri { get; set; }
Video uri from the user bucket.
Property Value | |
---|---|
Type | Description |
String |