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> |