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