Search Results for

    Show / Hide Table of Contents

    Class RealtimeEvent.Server.Response.OutputAudioTranscript

    Inheritance
    object
    RealtimeEvent.Server.Response.OutputAudioTranscript
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI.Realtime
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public static class RealtimeEvent.Server.Response.OutputAudioTranscript

    Fields

    | Edit this page View Source

    Delta

    Returned when the model-generated transcription of audio output is updated.

    Declaration
    public const string Delta = "response.output_audio_transcript.delta"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Done

    Returned when the model-generated transcription of audio output is done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.

    Declaration
    public const string Done = "response.output_audio_transcript.done"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation