Class TxtFormat
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
public class TxtFormat : ElevenLabsFormat
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("include_speakers")]
public bool? IncludeSpeakers { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("include_timestamps")]
public bool? IncludeTimestamps { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("max_characters_per_line")]
public int? MaxCharactersPerLine { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("max_segment_chars")]
public int? MaxSegmentChars { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("max_segment_duration_s")]
public double? MaxSegmentDurationS { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("segment_on_silence_longer_than_s")]
public double? SegmentOnSilenceLongerThanS { get; set; }
Property Value
Extension Methods