Class SrtFormat
public class SrtFormat : ElevenLabsFormat
- Inheritance
-
object
SrtFormat
- Inherited Members
-
Properties
public bool? IncludeSpeakers { get; set; }
Property Value
- bool?
public bool? IncludeTimestamps { get; set; }
Property Value
- bool?
public int? MaxCharactersPerLine { get; set; }
Property Value
- int?
public int? MaxSegmentChars { get; set; }
Property Value
- int?
public double? MaxSegmentDurationS { get; set; }
Property Value
- double?
public double? SegmentOnSilenceLongerThanS { get; set; }
Property Value
- double?