Skip to main content

FeatureVector24

Struct FeatureVector24 

Source
pub struct FeatureVector24 {
Show 24 fields pub median_f0_hz: Option<f64>, pub high_front_vowel_f1_hz: Option<f64>, pub high_back_vowel_f2_hz: Option<f64>, pub spectral_tilt_db_per_octave: Option<f64>, pub cepstral_peak_prominence_db: Option<f64>, pub foreign_accentedness_1_to_9: Option<f64>, pub dominant_rhotic_realization: Option<String>, pub unstressed_vowel_reduction_percent: Option<f64>, pub high_front_vowel_f2_hz: Option<f64>, pub low_vowel_f1_hz: Option<f64>, pub h1_minus_h2_db: Option<f64>, pub rhotic_f3_minus_f2_hz: Option<f64>, pub word_initial_t_vot_ms: Option<f64>, pub dominant_lateral_realization: Option<String>, pub monophthongization_percent: Option<f64>, pub vocal_gender_presentation: Option<VocalGenderPresentation>, pub low_vowel_f2_hz: Option<f64>, pub high_back_vowel_f1_hz: Option<f64>, pub mean_formant_dispersion_hz: Option<f64>, pub creaky_phonation_percent: Option<f64>, pub hypernasality_0_to_4: Option<f64>, pub sibilant_center_of_gravity_hz: Option<f64>, pub consonant_cluster_reduction_percent: Option<f64>, pub perceived_vocal_age_years: Option<f64>,
}

Fields§

§median_f0_hz: Option<f64>§high_front_vowel_f1_hz: Option<f64>§high_back_vowel_f2_hz: Option<f64>§spectral_tilt_db_per_octave: Option<f64>§cepstral_peak_prominence_db: Option<f64>§foreign_accentedness_1_to_9: Option<f64>§dominant_rhotic_realization: Option<String>§unstressed_vowel_reduction_percent: Option<f64>§high_front_vowel_f2_hz: Option<f64>§low_vowel_f1_hz: Option<f64>§h1_minus_h2_db: Option<f64>§rhotic_f3_minus_f2_hz: Option<f64>§word_initial_t_vot_ms: Option<f64>§dominant_lateral_realization: Option<String>§monophthongization_percent: Option<f64>§vocal_gender_presentation: Option<VocalGenderPresentation>§low_vowel_f2_hz: Option<f64>§high_back_vowel_f1_hz: Option<f64>§mean_formant_dispersion_hz: Option<f64>§creaky_phonation_percent: Option<f64>§hypernasality_0_to_4: Option<f64>§sibilant_center_of_gravity_hz: Option<f64>§consonant_cluster_reduction_percent: Option<f64>§perceived_vocal_age_years: Option<f64>

Implementations§

Trait Implementations§

Source§

impl Clone for FeatureVector24

Source§

fn clone(&self) -> FeatureVector24

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for FeatureVector24

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Default for FeatureVector24

Source§

fn default() -> FeatureVector24

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for FeatureVector24

Source§

fn deserialize<__D>( __deserializer: __D, ) -> Result<FeatureVector24, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl PartialEq for FeatureVector24

Source§

fn eq(&self, other: &FeatureVector24) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl Serialize for FeatureVector24

Source§

fn serialize<__S>( &self, __serializer: __S, ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for FeatureVector24

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.