Class StemSeparationRequest
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class StemSeparationRequest : IMultipartFormRequest
Properties
| Edit this page View SourceFile
Required. The audio file to separate into stems.
Declaration
[JsonProperty("file")]
public byte[] File { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
StemVariationId
Optional. The id of the stem variation to use. Defaults to six_stems_v1. Allowed values: two_stems_v1, six_stems_v1
Declaration
[JsonProperty("stem_variation_id")]
public string StemVariationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |