pub struct TranscriptTextUsageDuration {
pub duration: Number,
}
Expand description
Usage statistics for models billed by audio input duration.
Fields§
§duration: Number
Duration of the input audio in seconds.
Implementations§
Trait Implementations§
Source§impl Clone for TranscriptTextUsageDuration
impl Clone for TranscriptTextUsageDuration
Source§fn clone(&self) -> TranscriptTextUsageDuration
fn clone(&self) -> TranscriptTextUsageDuration
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TranscriptTextUsageDuration
impl Debug for TranscriptTextUsageDuration
Source§impl<'de> Deserialize<'de> for TranscriptTextUsageDuration
impl<'de> Deserialize<'de> for TranscriptTextUsageDuration
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TranscriptTextUsageDuration
impl PartialEq for TranscriptTextUsageDuration
Source§fn eq(&self, other: &TranscriptTextUsageDuration) -> bool
fn eq(&self, other: &TranscriptTextUsageDuration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TranscriptTextUsageDuration
Auto Trait Implementations§
impl Freeze for TranscriptTextUsageDuration
impl RefUnwindSafe for TranscriptTextUsageDuration
impl Send for TranscriptTextUsageDuration
impl Sync for TranscriptTextUsageDuration
impl Unpin for TranscriptTextUsageDuration
impl UnwindSafe for TranscriptTextUsageDuration
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