pub struct SpeechCapabilities {
pub batch: bool,
pub streaming: bool,
pub diarization: bool,
pub timestamps: bool,
pub language_hints: bool,
pub prompt: bool,
}Fields§
§batch: bool§streaming: bool§diarization: bool§timestamps: bool§language_hints: bool§prompt: boolTrait Implementations§
Source§impl Clone for SpeechCapabilities
impl Clone for SpeechCapabilities
Source§fn clone(&self) -> SpeechCapabilities
fn clone(&self) -> SpeechCapabilities
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpeechCapabilities
Source§impl Debug for SpeechCapabilities
impl Debug for SpeechCapabilities
Source§impl Default for SpeechCapabilities
impl Default for SpeechCapabilities
Source§fn default() -> SpeechCapabilities
fn default() -> SpeechCapabilities
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpeechCapabilities
impl<'de> Deserialize<'de> for SpeechCapabilities
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
impl Eq for SpeechCapabilities
Source§impl PartialEq for SpeechCapabilities
impl PartialEq for SpeechCapabilities
Source§fn eq(&self, other: &SpeechCapabilities) -> bool
fn eq(&self, other: &SpeechCapabilities) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SpeechCapabilities
impl Serialize for SpeechCapabilities
impl StructuralPartialEq for SpeechCapabilities
Auto Trait Implementations§
impl Freeze for SpeechCapabilities
impl RefUnwindSafe for SpeechCapabilities
impl Send for SpeechCapabilities
impl Sync for SpeechCapabilities
impl Unpin for SpeechCapabilities
impl UnsafeUnpin for SpeechCapabilities
impl UnwindSafe for SpeechCapabilities
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.