AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class SrtFormat

    Inheritance
    object
    ElevenLabsFormat
    SrtFormat
    Inherited Members
    ElevenLabsFormat.Format
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class SrtFormat : ElevenLabsFormat

    Properties

    IncludeSpeakers

    Declaration
    public bool? IncludeSpeakers { get; set; }
    Property Value
    Type Description
    bool?

    IncludeTimestamps

    Declaration
    public bool? IncludeTimestamps { get; set; }
    Property Value
    Type Description
    bool?

    MaxCharactersPerLine

    Declaration
    public int? MaxCharactersPerLine { get; set; }
    Property Value
    Type Description
    int?

    MaxSegmentChars

    Declaration
    public int? MaxSegmentChars { get; set; }
    Property Value
    Type Description
    int?

    MaxSegmentDurationS

    Declaration
    public double? MaxSegmentDurationS { get; set; }
    Property Value
    Type Description
    double?

    SegmentOnSilenceLongerThanS

    Declaration
    public double? SegmentOnSilenceLongerThanS { get; set; }
    Property Value
    Type Description
    double?
    In this article
    Back to top Generated by DocFX