Search Results for

    Show / Hide Table of Contents

    Class Recording

    Represents a recording used during the voice verification process.

    Inheritance
    object
    Recording
    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 Recording

    Properties

    | Edit this page View Source

    MimeType

    The MIME type of the recording (e.g., audio/wav, audio/mpeg).

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

    RecordingId

    The ID of the recording.

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

    SizeBytes

    The size of the recording in bytes.

    Declaration
    [JsonProperty("size_bytes")]
    public long SizeBytes { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Transcription

    The transcribed text from the recording.

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

    UploadDateUnix

    The upload date of the recording in Unix time.

    Declaration
    [JsonProperty("upload_date_unix")]
    public long UploadDateUnix { get; set; }
    Property Value
    Type Description
    long

    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