Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsTranscript

    Inheritance
    object
    Transcript
    ElevenLabsTranscript
    Implements
    ITextSource
    Inherited Members
    Transcript.Logprobs
    Transcript.Translation(string)
    Transcript.ToString()
    Transcript.GetTextSource()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class ElevenLabsTranscript : Transcript, ITextSource

    Properties

    | Edit this page View Source

    AdditionalFormats

    Optional. Requested additional formats of the transcript.

    Declaration
    [JsonProperty("additional_formats")]
    public List<ElevenLabsTranscript.Format> AdditionalFormats { get; set; }
    Property Value
    Type Description
    List<ElevenLabsTranscript.Format>
    | Edit this page View Source

    Language

    Declaration
    [JsonIgnore]
    public override SystemLanguage Language { get; }
    Property Value
    Type Description
    SystemLanguage
    Overrides
    Transcript.Language
    | Edit this page View Source

    LanguageCode

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

    Declaration
    [JsonProperty("language_code")]
    public string LanguageCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LanguageProbability

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

    Declaration
    [JsonProperty("language_probability")]
    public double LanguageProbability { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Text

    The raw text of the transcription.

    Declaration
    [JsonProperty("text")]
    public override string Text { get; set; }
    Property Value
    Type Description
    string
    Overrides
    Transcript.Text
    | Edit this page View Source

    Words

    List of words with their timing information.

    Declaration
    [JsonProperty("words")]
    public List<ElevenLabsTranscript.Word> Words { get; set; }
    Property Value
    Type Description
    List<ElevenLabsTranscript.Word>

    Implements

    ITextSource

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation