Table of Contents

Class ConversationItemInputAudioTranscriptionResponse

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll
public sealed class ConversationItemInputAudioTranscriptionResponse : BaseRealtimeEvent, IServerEvent, IRealtimeEvent
Inheritance
ConversationItemInputAudioTranscriptionResponse
Implements
Inherited Members

Properties

ContentIndex

The index of the content part containing the audio.

[JsonInclude]
[JsonPropertyName("content_index")]
public int? ContentIndex { get; }

Property Value

int?

Error

Details of the transcription error.

[JsonInclude]
[JsonPropertyName("error")]
public Error Error { get; }

Property Value

Error

EventId

The unique ID of the server event.

[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }

Property Value

string

IsCompleted

[JsonIgnore]
public bool IsCompleted { get; }

Property Value

bool

IsFailed

[JsonIgnore]
public bool IsFailed { get; }

Property Value

bool

ItemId

The ID of the user message item.

[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }

Property Value

string

Transcript

The transcribed text.

[JsonInclude]
[JsonPropertyName("transcript")]
public string Transcript { get; }

Property Value

string

Type

[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }

Property Value

string