pub struct RealtimeSessionCreateResponse_InputAudioTranscription {
pub model: Option<String>,
}
Expand description
Configuration for input audio transcription, defaults to off and can be set
to null
to turn off once on.
Fields§
§model: Option<String>
The model to use for transcription, whisper-1
is the only currently
supported model.
Trait Implementations§
Source§impl Clone for RealtimeSessionCreateResponse_InputAudioTranscription
impl Clone for RealtimeSessionCreateResponse_InputAudioTranscription
Source§fn clone(&self) -> RealtimeSessionCreateResponse_InputAudioTranscription
fn clone(&self) -> RealtimeSessionCreateResponse_InputAudioTranscription
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for RealtimeSessionCreateResponse_InputAudioTranscription
impl Default for RealtimeSessionCreateResponse_InputAudioTranscription
Source§fn default() -> RealtimeSessionCreateResponse_InputAudioTranscription
fn default() -> RealtimeSessionCreateResponse_InputAudioTranscription
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RealtimeSessionCreateResponse_InputAudioTranscription
impl RefUnwindSafe for RealtimeSessionCreateResponse_InputAudioTranscription
impl Send for RealtimeSessionCreateResponse_InputAudioTranscription
impl Sync for RealtimeSessionCreateResponse_InputAudioTranscription
impl Unpin for RealtimeSessionCreateResponse_InputAudioTranscription
impl UnwindSafe for RealtimeSessionCreateResponse_InputAudioTranscription
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more