OpenAI::TranscriptTextDeltaEvent
Inherits JSON::Serializable < Reference < Object
Emitted when there is an additional text delta. This is also the first event emitted when the transcription starts. Only emitted when you create a transcription with the Stream parameter set to true.
Constructors
Instance methods
The log probabilities of the delta. Only included if you create a transcription with the include[] parameter set to logprobs.
The log probabilities of the delta. Only included if you create a transcription with the include[] parameter set to logprobs.
Identifier of the diarized segment that this delta belongs to. Only present when using gpt-4o-transcribe-diarize.
Identifier of the diarized segment that this delta belongs to. Only present when using gpt-4o-transcribe-diarize.
The type of the event. Always transcript.text.delta.