Search Results for

    Show / Hide Table of Contents

    Class TxtFormat

    Inheritance
    object
    ElevenLabsFormat
    TxtFormat
    Inherited Members
    ElevenLabsFormat.Format
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class TxtFormat : ElevenLabsFormat

    Properties

    | Edit this page View Source

    IncludeSpeakers

    Declaration
    [JsonProperty("include_speakers")]
    public bool? IncludeSpeakers { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IncludeTimestamps

    Declaration
    [JsonProperty("include_timestamps")]
    public bool? IncludeTimestamps { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    MaxCharactersPerLine

    Declaration
    [JsonProperty("max_characters_per_line")]
    public int? MaxCharactersPerLine { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    MaxSegmentChars

    Declaration
    [JsonProperty("max_segment_chars")]
    public int? MaxSegmentChars { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    MaxSegmentDurationS

    Declaration
    [JsonProperty("max_segment_duration_s")]
    public double? MaxSegmentDurationS { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    SegmentOnSilenceLongerThanS

    Declaration
    [JsonProperty("segment_on_silence_longer_than_s")]
    public double? SegmentOnSilenceLongerThanS { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation