Module: Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings::AudioFormat
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb
Overview
File format for exported audio file. Currently only in telephony recordings.
Constant Summary collapse
- AUDIO_FORMAT_UNSPECIFIED =
Unspecified. Do not use.
0
- MULAW =
G.711 mu-law PCM with 8kHz sample rate.
1
- MP3 =
MP3 file format.
2
- OGG =
OGG Vorbis.
3