AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class Transcript

    Inheritance
    object
    Transcript
    ElevenLabsTranscript
    VerboseTranscript
    Implements
    IGeneratedText
    IGeneratedResult
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class Transcript : IGeneratedText, IGeneratedResult

    Constructors

    Transcript()

    Declaration
    public Transcript()

    Transcript(string, SystemLanguage)

    Declaration
    public Transcript(string text, SystemLanguage language = null)
    Parameters
    Type Name Description
    string text
    SystemLanguage language

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    Language

    Declaration
    public virtual SystemLanguage Language { get; set; }
    Property Value
    Type Description
    SystemLanguage

    Text

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

    Usage

    Declaration
    public Usage Usage { get; }
    Property Value
    Type Description
    Usage

    Methods

    ToDeltaTextArray()

    Declaration
    public string[] ToDeltaTextArray()
    Returns
    Type Description
    string[]

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()

    Operators

    implicit operator string(Transcript)

    Declaration
    public static implicit operator string(Transcript transcript)
    Parameters
    Type Name Description
    Transcript transcript
    Returns
    Type Description
    string

    Implements

    IGeneratedText
    IGeneratedResult
    In this article
    Back to top Generated by DocFX