IntelligenceX

API Reference

Enum

OpenAIRealtimeTranscriptionDelay

Namespace IntelligenceX.OpenAI.Realtime
Assembly IntelligenceX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Trades partial-transcript latency for additional audio context.

Inheritance

  • Enum
  • OpenAIRealtimeTranscriptionDelay

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const OpenAIRealtimeTranscriptionDelay Minimal #

Emit partial text as early as possible.

Value: 0
public const OpenAIRealtimeTranscriptionDelay Low #

Favor low latency.

Value: 1
public const OpenAIRealtimeTranscriptionDelay Medium #

Balance latency and accuracy.

Value: 2
public const OpenAIRealtimeTranscriptionDelay High #

Favor additional context and accuracy.

Value: 3
public const OpenAIRealtimeTranscriptionDelay ExtraHigh #

Allow the most delay for the most audio context.

Value: 4