AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Speaker

    Inheritance
    object
    Speaker
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class Speaker

    Properties

    DurationSecs

    Required. The duration of the speaker in seconds.

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

    SpeakerId

    Required. The ID of the speaker.

    Declaration
    public string SpeakerId { get; set; }
    Property Value
    Type Description
    string

    Utterances

    Optional. The utterances of the speaker.

    Declaration
    public List<Utterances> Utterances { get; set; }
    Property Value
    Type Description
    List<Utterances>
    In this article
    Back to top Generated by DocFX