Class ImageToMusicRequestParams
Parameters for ITMRecordTrack method.
Inherited Members
Namespace: Glitch9.AIDevKit.Mubert
Assembly: .dll
Syntax
public class ImageToMusicRequestParams : BaseRecordTrackRequestParams
Properties
File
Required. The path to the image file to be used (jpeg/png, max 10MB). Should be used with multipart/form-data.
Declaration
public FormFile File { get; set; }
Property Value
Type | Description |
---|---|
FormFile |