pub enum CreateTranscriptionResponse {
Text(CreateTranscriptionResponseText),
Json(CreateTranscriptionResponseJson),
Srt(CreateTranscriptionResponseSrt),
VerboseJson(CreateTranscriptionResponseVerboseJson),
Vtt(CreateTranscriptionResponseVtt),
}
Variants§
Text(CreateTranscriptionResponseText)
Json(CreateTranscriptionResponseJson)
Srt(CreateTranscriptionResponseSrt)
VerboseJson(CreateTranscriptionResponseVerboseJson)
Vtt(CreateTranscriptionResponseVtt)
Auto Trait Implementations§
impl Freeze for CreateTranscriptionResponse
impl RefUnwindSafe for CreateTranscriptionResponse
impl Send for CreateTranscriptionResponse
impl Sync for CreateTranscriptionResponse
impl Unpin for CreateTranscriptionResponse
impl UnwindSafe for CreateTranscriptionResponse
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