AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsTranscript

    Inheritance
    object
    Transcript
    ElevenLabsTranscript
    Inherited Members
    Transcript.CalculateUsage()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class ElevenLabsTranscript : Transcript

    Properties

    AdditionalFormats

    Optional. Requested additional formats of the transcript.

    Declaration
    public List<AdditionalFormat> AdditionalFormats { get; set; }
    Property Value
    Type Description
    List<AdditionalFormat>

    Language

    Declaration
    public override SystemLanguage Language { get; }
    Property Value
    Type Description
    SystemLanguage
    Overrides
    Transcript.Language

    LanguageCode

    The detected language code (e.g. 'eng' for English).

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

    LanguageProbability

    The confidence score of the language detection (0 to 1).

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

    Text

    The raw text of the transcription.

    Declaration
    public override string Text { get; set; }
    Property Value
    Type Description
    string
    Overrides
    Transcript.Text

    Words

    List of words with their timing information.

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