Enum google_cognitive_apis::api::grpc::google::cloud::dialogflow::v2::OutputAudioEncoding
source · #[repr(i32)]pub enum OutputAudioEncoding {
Unspecified,
Linear16,
Mp3,
Mp364Kbps,
OggOpus,
Mulaw,
}Expand description
Audio encoding of the output audio format in Text-To-Speech.
Variants§
Unspecified
Not specified.
Linear16
Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.
Mp3
MP3 audio at 32kbps.
Mp364Kbps
MP3 audio at 64kbps.
OggOpus
Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.
Mulaw
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
Implementations§
source§impl OutputAudioEncoding
impl OutputAudioEncoding
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
Trait Implementations§
source§impl Clone for OutputAudioEncoding
impl Clone for OutputAudioEncoding
source§fn clone(&self) -> OutputAudioEncoding
fn clone(&self) -> OutputAudioEncoding
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for OutputAudioEncoding
impl Debug for OutputAudioEncoding
source§impl Default for OutputAudioEncoding
impl Default for OutputAudioEncoding
source§fn default() -> OutputAudioEncoding
fn default() -> OutputAudioEncoding
source§impl From<OutputAudioEncoding> for i32
impl From<OutputAudioEncoding> for i32
source§fn from(value: OutputAudioEncoding) -> i32
fn from(value: OutputAudioEncoding) -> i32
source§impl Hash for OutputAudioEncoding
impl Hash for OutputAudioEncoding
source§impl Ord for OutputAudioEncoding
impl Ord for OutputAudioEncoding
source§fn cmp(&self, other: &OutputAudioEncoding) -> Ordering
fn cmp(&self, other: &OutputAudioEncoding) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
source§impl PartialEq<OutputAudioEncoding> for OutputAudioEncoding
impl PartialEq<OutputAudioEncoding> for OutputAudioEncoding
source§fn eq(&self, other: &OutputAudioEncoding) -> bool
fn eq(&self, other: &OutputAudioEncoding) -> bool
self and other values to be equal, and is used
by ==.source§impl PartialOrd<OutputAudioEncoding> for OutputAudioEncoding
impl PartialOrd<OutputAudioEncoding> for OutputAudioEncoding
source§fn partial_cmp(&self, other: &OutputAudioEncoding) -> Option<Ordering>
fn partial_cmp(&self, other: &OutputAudioEncoding) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self and other) and is used by the <=
operator. Read moreimpl Copy for OutputAudioEncoding
impl Eq for OutputAudioEncoding
impl StructuralEq for OutputAudioEncoding
impl StructuralPartialEq for OutputAudioEncoding
Auto Trait Implementations§
impl RefUnwindSafe for OutputAudioEncoding
impl Send for OutputAudioEncoding
impl Sync for OutputAudioEncoding
impl Unpin for OutputAudioEncoding
impl UnwindSafe for OutputAudioEncoding
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request