Class VoiceSample
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class VoiceSample
- Inheritance
-
objectVoiceSample
Properties
DurationSecs
Required. The duration of the sample in seconds.
public double DurationSecs { get; set; }
Property Value
- double
FileName
Required. The name of the sample file.
public string FileName { get; set; }
Property Value
- string
HasIsolatedAudio
Optional. Whether the sample has isolated audio.
public bool? HasIsolatedAudio { get; set; }
Property Value
- bool?
Remarks
Default: false
HasIsolatedAudioPreview
Optional. Whether the sample has isolated audio preview.
public bool? HasIsolatedAudioPreview { get; set; }
Property Value
- bool?
Remarks
Default: false
Hash
Required. The hash of the sample file.
public string Hash { get; set; }
Property Value
- string
MimeType
Required. The MIME type of the sample file.
public string MimeType { get; set; }
Property Value
- string
RemoveBackgroundNoise
Optional. Whether to remove background noise.
public bool? RemoveBackgroundNoise { get; set; }
Property Value
- bool?
Remarks
Default: false
SampleId
Required. The ID of the sample.
public string SampleId { get; set; }
Property Value
- string
SizeBytes
Required. The size of the sample file in bytes.
public long SizeBytes { get; set; }
Property Value
- long
SpeakerSeparation
Optional. The speaker separation information.
public SpeakerSeparation SpeakerSeparation { get; set; }