AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class MubertRequest<T>

    Inheritance
    object
    RequestBody
    MubertRequest<T>
    GetPlayMusicRequest
    ImageToMusicRequest
    RecordTrackRequest
    TextToMusicRequest
    TrackStatusRequest
    Namespace: Glitch9.AIDevKit.Mubert
    Assembly: .dll
    Syntax
    public abstract class MubertRequest<T> : RequestBody
    Type Parameters
    Name Description
    T

    Properties

    Method

    Required. The name of the method to call.

    Declaration
    public abstract MubertMethod Method { get; }
    Property Value
    Type Description
    MubertMethod

    Params

    Required. The parameters for the method.

    Declaration
    public T Params { get; set; }
    Property Value
    Type Description
    T
    In this article
    Back to top Generated by DocFX