AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class WordObject

    Inheritance
    object
    WordObject
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class WordObject

    Properties

    End

    End time of the word in seconds.

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

    Start

    Start time of the word in seconds.

    Declaration
    public float Start { get; set; }
    Property Value
    Type Description
    float

    Word

    The text content of the word.

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