Enum ibm_watson::tts::synthesis::AudioFormats[][src]

pub enum AudioFormats {
Show 13 variants AudioBasic, AudioFlac, AudioL16, AudioOgg, AudioOggCodecsOpus, AudioOggCodecsVorbis, AudioMp3, AudioMpeg, AudioMulaw, AudioWav, AudioWebm, AudioWebmCodecsOpus, AudioWebmCodecsVorbis,
}
Expand description

Supported audio formats, values here will be mapped by the crate for their string equivalents to be sent with the request.

Variants

AudioBasic

audio/basic

AudioFlac

audio/flac

AudioL16

audio/l16

AudioOgg

audio/ogg

AudioOggCodecsOpus

audio/ogg;codecs=opus

AudioOggCodecsVorbis

audio/ogg;codecs=vorbis

AudioMp3

audio/mp3

AudioMpeg

audio/mpeg

AudioMulaw

audio/mulaw

AudioWav

audio/wav

AudioWebm

audio/webm

AudioWebmCodecsOpus

audio/webm;codecs=opus

AudioWebmCodecsVorbis

audio/webm;codecs=vorbis

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

AudioOggCodecsOpus

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more