Class SegmentedJsonFormat
Inheritance
SegmentedJsonFormat
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
public class SegmentedJsonFormat : ElevenLabsFormat
Properties
|
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