Class SpeakerSeparation
Inheritance
object
SpeakerSeparation
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: .dll
Syntax
public class SpeakerSeparation
Properties
SampleId
Required. The ID of the sample.
Declaration
public string SampleId { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectedSpeakerIds
Optional. The selected speaker IDs.
Declaration
public List<string> SelectedSpeakerIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
SpeakerId
Optional. The ID of the speaker.
Declaration
public string SpeakerId { get; set; }
Property Value
Type | Description |
---|---|
string |
Speakers
Optional. The speakers information.
Declaration
public Dictionary<string, Speaker> Speakers { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Speaker> |
Status
Required. The status of the speaker separation.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
VoiceId
Required. The ID of the voice.
Declaration
public string VoiceId { get; set; }
Property Value
Type | Description |
---|---|
string |