AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Utterances

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

    Properties

    End

    The end time of the utterance in seconds.

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

    Start

    The start time of the utterance in seconds.

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