Class ConversationItemInputAudioTranscriptionResponse
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
EventId
The unique ID of the server event.
[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }
Property Value
IsCompleted
[JsonIgnore]
public bool IsCompleted { get; }
Property Value
IsFailed
[JsonIgnore]
public bool IsFailed { get; }
Property Value
ItemId
The ID of the user message item.
[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }
Property Value
Transcript
The transcribed text.
[JsonInclude]
[JsonPropertyName("transcript")]
public string Transcript { get; }
Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }