AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class TrackResponseParams

    Contains the list of generated track tasks.

    Inheritance
    object
    TrackResponseParams
    Namespace: Glitch9.AIDevKit.Mubert
    Assembly: .dll
    Syntax
    public class TrackResponseParams

    Properties

    Tasks

    The list of track tasks created by the request.

    Declaration
    public List<TrackTask> Tasks { get; set; }
    Property Value
    Type Description
    List<TrackTask>
    In this article
    Back to top Generated by DocFX