Class VideoMetadata
Metadata for a video File.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class VideoMetadata
Properties
| Edit this page View SourceVideoDuration
Duration of the video.
Declaration
[JsonProperty("videoDuration")]
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".