Struct gapi_grpc::google::cloud::texttospeech::v1::SynthesizeSpeechRequest[][src]

pub struct SynthesizeSpeechRequest {
    pub input: Option<SynthesisInput>,
    pub voice: Option<VoiceSelectionParams>,
    pub audio_config: Option<AudioConfig>,
}

The top-level message sent by the client for the SynthesizeSpeech method.

Fields

input: Option<SynthesisInput>

Required. The Synthesizer requires either plain text or SSML as input.

voice: Option<VoiceSelectionParams>

Required. The desired voice of the synthesized audio.

audio_config: Option<AudioConfig>

Required. The configuration of the synthesized audio.

Trait Implementations

impl Clone for SynthesizeSpeechRequest[src]

impl Debug for SynthesizeSpeechRequest[src]

impl Default for SynthesizeSpeechRequest[src]

impl Message for SynthesizeSpeechRequest[src]

impl PartialEq<SynthesizeSpeechRequest> for SynthesizeSpeechRequest[src]

impl StructuralPartialEq for SynthesizeSpeechRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SynthesizeSpeechRequest

impl Send for SynthesizeSpeechRequest

impl Sync for SynthesizeSpeechRequest

impl Unpin for SynthesizeSpeechRequest

impl UnwindSafe for SynthesizeSpeechRequest

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> Instrument for T[src]

impl<T> Instrument for T[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]