pub enum TimestampGranularity {
Segment,
Word,
}Expand description
Granularity options for transcription timestamps.
Variants§
Segment
Include timestamps at the segment level.
Word
Include timestamps at the word level (where supported).
Trait Implementations§
Source§impl Clone for TimestampGranularity
impl Clone for TimestampGranularity
Source§fn clone(&self) -> TimestampGranularity
fn clone(&self) -> TimestampGranularity
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 Debug for TimestampGranularity
impl Debug for TimestampGranularity
Source§impl PartialEq for TimestampGranularity
impl PartialEq for TimestampGranularity
impl Copy for TimestampGranularity
impl Eq for TimestampGranularity
impl StructuralPartialEq for TimestampGranularity
Auto Trait Implementations§
impl Freeze for TimestampGranularity
impl RefUnwindSafe for TimestampGranularity
impl Send for TimestampGranularity
impl Sync for TimestampGranularity
impl Unpin for TimestampGranularity
impl UnwindSafe for TimestampGranularity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.