Class TrackTask
Information about a single track generation task.
Inheritance
object
TrackTask
Namespace: Glitch9.AIDevKit.Mubert
Assembly: .dll
Syntax
public class TrackTask
Properties
DownloadUrl
The download URL for the generated track (valid for 10 minutes).
Declaration
public string DownloadUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskId
The ID of the generation task.
Declaration
public string TaskId { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskStatusCode
The status code of the task (e.g., 1 = in progress, 2 = done).
Declaration
public int TaskStatusCode { get; set; }
Property Value
Type | Description |
---|---|
int |
TaskStatusText
The human-readable status message of the task.
Declaration
public string TaskStatusText { get; set; }
Property Value
Type | Description |
---|---|
string |