GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding

enum GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding : Enum<GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding> , ConvertibleToJava<GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding>

Required. Audio encoding of the synthesized audio content.

Entries

Link copied to clipboard
Link copied to clipboard

Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.

Link copied to clipboard

MP3 audio at 32kbps.

Link copied to clipboard

MP3 audio at 64kbps.

Link copied to clipboard

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.

Link copied to clipboard

8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding
Link copied to clipboard
Link copied to clipboard