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