Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class AudioFormat.
File format for exported audio file. Currently only in telephony recordings.
Protobuf type google.cloud.dialogflow.cx.v3.SecuritySettings.AudioExportSettings.AudioFormat
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ SecuritySettings \ AudioExportSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AUDIO_FORMAT_UNSPECIFIED
Value: 0
Unspecified. Do not use.
Generated from protobuf enum AUDIO_FORMAT_UNSPECIFIED = 0;
MULAW
Value: 1
G.711 mu-law PCM with 8kHz sample rate.
Generated from protobuf enum MULAW = 1;
MP3
Value: 2
MP3 file format.
Generated from protobuf enum MP3 = 2;
OGG
Value: 3
OGG Vorbis.
Generated from protobuf enum OGG = 3;