InputAudioConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)InputAudioConfig configures how the CES agent should interpret the incoming audio data.
Attributes |
|
|---|---|
| Name | Description |
audio_encoding |
google.cloud.ces_v1beta.types.AudioEncoding
Required. The encoding of the input audio data. |
sample_rate_hertz |
int
Required. The sample rate (in Hertz) of the input audio data. |
noise_suppression_level |
str
Optional. Whether to enable noise suppression on the input audio. Available values are "low", "moderate", "high", "very_high". |