Package com.openai.models.responses
Class ResponseAudioTranscriptDeltaEvent
-
- All Implemented Interfaces:
public final class ResponseAudioTranscriptDeltaEvent
Emitted when there is a partial transcript of audio.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseAudioTranscriptDeltaEvent.Builder
A builder for ResponseAudioTranscriptDeltaEvent.
-
Method Summary
Modifier and Type Method Description final String
delta()
The partial transcript of the audio response. final JsonValue
_type()
The type of the event. final JsonField<String>
_delta()
The partial transcript of the audio response. final Map<String, JsonValue>
_additionalProperties()
final ResponseAudioTranscriptDeltaEvent
validate()
final ResponseAudioTranscriptDeltaEvent.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseAudioTranscriptDeltaEvent.Builder
builder()
Returns a mutable builder for constructing an instance of ResponseAudioTranscriptDeltaEvent. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseAudioTranscriptDeltaEvent validate()
-
toBuilder
final ResponseAudioTranscriptDeltaEvent.Builder toBuilder()
-
builder
final static ResponseAudioTranscriptDeltaEvent.Builder builder()
Returns a mutable builder for constructing an instance of ResponseAudioTranscriptDeltaEvent.
The following fields are required:
.delta()
-
-
-
-