AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class VideoMetadata

    Metadata for a video File.

    Inheritance
    object
    VideoMetadata
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class VideoMetadata

    Properties

    VideoDuration

    Duration of the video.

    Declaration
    public string VideoDuration { get; set; }
    Property Value
    Type Description
    string
    Remarks

    A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

    In this article
    Back to top Generated by DocFX