Struct gapi_grpc::google::cloud::texttospeech::v1beta1::SynthesizeSpeechResponse [−][src]
The message returned to the client by the SynthesizeSpeech
method.
Fields
audio_content: Vec<u8>
The audio data bytes encoded as specified in the request, including the header for encodings that are wrapped in containers (e.g. MP3, OGG_OPUS). For LINEAR16 audio, we include the WAV header. Note: as with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
timepoints: Vec<Timepoint>
A link between a position in the original request input and a corresponding
time in the output audio. It’s only supported via <mark>
of SSML input.
audio_config: Option<AudioConfig>
The audio metadata of audio_content
.
Trait Implementations
impl Clone for SynthesizeSpeechResponse
[src][+]
impl Debug for SynthesizeSpeechResponse
[src][+]
impl Default for SynthesizeSpeechResponse
[src][+]
impl Message for SynthesizeSpeechResponse
[src][+]
impl PartialEq<SynthesizeSpeechResponse> for SynthesizeSpeechResponse
[src][+]
impl StructuralPartialEq for SynthesizeSpeechResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for SynthesizeSpeechResponse
impl Send for SynthesizeSpeechResponse
impl Sync for SynthesizeSpeechResponse
impl Unpin for SynthesizeSpeechResponse
impl UnwindSafe for SynthesizeSpeechResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,