Enum google_api_proto::google::cloud::dialogflow::cx::v3beta1::OutputAudioEncoding
source · #[repr(i32)]pub enum OutputAudioEncoding {
Unspecified = 0,
Linear16 = 1,
Mp3 = 2,
Mp364Kbps = 4,
OggOpus = 3,
Mulaw = 5,
}
Expand description
Audio encoding of the output audio format in Text-To-Speech.
Variants§
Unspecified = 0
Not specified.
Linear16 = 1
Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.
Mp3 = 2
MP3 audio at 32kbps.
Mp364Kbps = 4
MP3 audio at 64kbps.
OggOpus = 3
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 = 5
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
Implementations§
source§impl OutputAudioEncoding
impl OutputAudioEncoding
sourcepub fn from_i32(value: i32) -> Option<OutputAudioEncoding>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<OutputAudioEncoding>
Converts an i32
to a OutputAudioEncoding
, or None
if value
is not a valid variant.
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.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
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 for OutputAudioEncoding
impl PartialEq 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 for OutputAudioEncoding
impl PartialOrd 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 moresource§impl TryFrom<i32> for OutputAudioEncoding
impl TryFrom<i32> for OutputAudioEncoding
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<OutputAudioEncoding, UnknownEnumValue>
fn try_from(value: i32) -> Result<OutputAudioEncoding, UnknownEnumValue>
impl Copy for OutputAudioEncoding
impl Eq for OutputAudioEncoding
impl StructuralPartialEq for OutputAudioEncoding
Auto Trait Implementations§
impl Freeze for OutputAudioEncoding
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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