Class TextToMusicRequestParams
Inherited Members
Namespace: Glitch9.AIDevKit.Mubert
Assembly: .dll
Syntax
public class TextToMusicRequestParams : BaseRecordTrackRequestParams
Properties
Text
Required. Text prompt used to generate the music. Must be in English (max 200 characters).
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |