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