Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1VideoPayload

Container of information of a video.

Inheritance
object
GoogleCloudDatalabelingV1beta1VideoPayload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1VideoPayload : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FrameRate

FPS of the video.

Declaration
[JsonProperty("frameRate")]
public virtual float? FrameRate { get; set; }
Property Value
Type Description
float?

MimeType

Video format.

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string

SignedUri

Signed uri of the video file in the service bucket.

Declaration
[JsonProperty("signedUri")]
public virtual string SignedUri { get; set; }
Property Value
Type Description
string

VideoThumbnails

The list of video thumbnails.

Declaration
[JsonProperty("videoThumbnails")]
public virtual IList<GoogleCloudDatalabelingV1beta1VideoThumbnail> VideoThumbnails { get; set; }
Property Value
Type Description
IList<GoogleCloudDatalabelingV1beta1VideoThumbnail>

VideoUri

Video uri from the user bucket.

Declaration
[JsonProperty("videoUri")]
public virtual string VideoUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX