Vertex AI v1 API - Class VideoMetadata (3.64.0)

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

Reference documentation and code samples for the Vertex AI 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
Name Description
other VideoMetadata

Properties

EndOffset

public Duration EndOffset { get; set; }

Optional. The end offset of the video.

Property Value
Type Description
Duration

Fps

public double Fps { get; set; }

Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].

Property Value
Type Description
double

StartOffset

public Duration StartOffset { get; set; }

Optional. The start offset of the video.

Property Value
Type Description
Duration