Search Results for

    Show / Hide Table of Contents

    Class VideoPart

    Inheritance
    object
    ContentPart
    ContentPart<VideoContentData>
    VideoPart
    Inherited Members
    ContentPart<VideoContentData>.Value
    ContentPart<VideoContentData>.ToString()
    ContentPart.Type
    ContentPart.Format
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class VideoPart : ContentPart<VideoContentData>

    Constructors

    | Edit this page View Source

    VideoPart()

    Declaration
    public VideoPart()
    | Edit this page View Source

    VideoPart(ContentType, ContentFormat, VideoContentData)

    Declaration
    public VideoPart(ContentType type, ContentFormat dataType, VideoContentData data)
    Parameters
    Type Name Description
    ContentType type
    ContentFormat dataType
    VideoContentData data

    Methods

    | Edit this page View Source

    Url(string)

    Declaration
    public static VideoPart Url(string videoUrl)
    Parameters
    Type Name Description
    string videoUrl
    Returns
    Type Description
    VideoPart

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation