Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsTranscript.Format

    Inheritance
    object
    ElevenLabsTranscript.Format
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class ElevenLabsTranscript.Format

    Properties

    | Edit this page View Source

    Content

    The content of the transcript in the specified format.

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

    ContentType

    The content type of the format.

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

    FileExtension

    The file extension of the format.

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

    IsBase64Encoded

    Indicates if the content is base64 encoded.

    Declaration
    [JsonProperty("is_base64_encoded")]
    public bool IsBase64Encoded { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    RequestedFormat

    The requested format of the transcript.

    Declaration
    [JsonProperty("requested_format")]
    public string RequestedFormat { get; set; }
    Property Value
    Type Description
    string

    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