[][src]Struct cognitive_services_speech_sdk_rs::speech::VoiceInfo

pub struct VoiceInfo {
    pub handle: SmartHandle<SPXRESULTHANDLE>,
    pub name: String,
    pub locale: String,
    pub short_name: String,
    pub local_name: String,
    pub voice_type: SynthesisVoiceType,
    pub style_list: Vec<String>,
    pub voice_path: String,
    pub properties: PropertyCollection,
}

Fields

handle: SmartHandle<SPXRESULTHANDLE>name: Stringlocale: Stringshort_name: Stringlocal_name: Stringvoice_type: SynthesisVoiceTypestyle_list: Vec<String>voice_path: Stringproperties: PropertyCollection

Implementations

impl VoiceInfo[src]

pub fn from_handle(handle: SPXRESULTHANDLE) -> Result<Self>[src]

Trait Implementations

impl Debug for VoiceInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for VoiceInfo

impl Send for VoiceInfo

impl !Sync for VoiceInfo

impl Unpin for VoiceInfo

impl UnwindSafe for VoiceInfo

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.