Cloud AI Platform v1 API - Class VideoMetadata (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class VideoMetadata.

Metadata describes the input video content.

Inheritance

object > VideoMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

VideoMetadata()

public VideoMetadata()

VideoMetadata(VideoMetadata)

public VideoMetadata(VideoMetadata other)
Parameter
NameDescription
otherVideoMetadata

Properties

EndOffset

public Duration EndOffset { get; set; }

Optional. The end offset of the video.

Property Value
TypeDescription
Duration

StartOffset

public Duration StartOffset { get; set; }

Optional. The start offset of the video.

Property Value
TypeDescription
Duration