Class VideoContentData
Inheritance
VideoContentData
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class VideoContentData : IContentData, IBase64Source, IUrlSource
Properties
|
Edit this page
View Source
Url
The URL of the video to be sent to the model.
A fully qualified URL or base64 encoded video in a data URL.
Declaration
public string Url { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetBase64String()
Declaration
public string GetBase64String()
Returns
|
Edit this page
View Source
GetDownloadUrl()
Declaration
public string GetDownloadUrl()
Returns
|
Edit this page
View Source
IsBase64()
Indicates if the video is in base64 format.
This is true if the URL starts with "data:video/mp4;base64,".
Declaration
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods