Class ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse
-
- All Implemented Interfaces:
public final class ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse
A Realtime transcription session configuration object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Builder
A builder for RealtimeTranscriptionSessionCreateResponse.
public final class
ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio
Configuration for input audio for the session.
public final class
ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Include
-
Method Summary
-
-
Method Detail
-
id
final Optional<String> id()
Unique identifier for the session that looks like
sess_1234567890abcdef
.
-
audio
final Optional<ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio> audio()
Configuration for input audio for the session.
-
expiresAt
final Optional<Long> expiresAt()
Expiration timestamp for the session, in seconds since epoch.
-
include
final Optional<List<ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Include>> include()
Additional fields to include in server outputs.
item.input_audio_transcription.logprobs
: Include logprobs for input audio transcription.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_audio
final JsonField<ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio> _audio()
Returns the raw JSON value of audio.
Unlike audio, this method doesn't throw if the JSON field has an unexpected type.
-
_expiresAt
final JsonField<Long> _expiresAt()
Returns the raw JSON value of expiresAt.
Unlike expiresAt, this method doesn't throw if the JSON field has an unexpected type.
-
_include
final JsonField<List<ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Include>> _include()
Returns the raw JSON value of include.
Unlike include, this method doesn't throw if the JSON field has an unexpected type.
-
_object_
final JsonField<String> _object_()
Returns the raw JSON value of object_.
Unlike object_, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Builder toBuilder()
-
validate
final ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse validate()
-
builder
final static ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Builder builder()
Returns a mutable builder for constructing an instance of RealtimeTranscriptionSessionCreateResponse.
-
-
-
-