Class ImageToMusicRequestParams
Parameters for ITMRecordTrack method.
public class ImageToMusicRequestParams : BaseRecordTrackRequestParams
- Inheritance
-
objectImageToMusicRequestParams
- Inherited Members
Properties
File
Required. The path to the image file to be used (jpeg/png, max 10MB). Should be used with multipart/form-data.
public IFile File { get; set; }
Property Value
- IFile