Class InputAudioConfig
InputAudioConfig configures how the CES agent should interpret the incoming audio data.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class InputAudioConfig : IDirectResponseSchema
Properties
AudioEncoding
Required. The encoding of the input audio data.
Declaration
[JsonProperty("audioEncoding")]
public virtual string AudioEncoding { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NoiseSuppressionLevel
Optional. Whether to enable noise suppression on the input audio. Available values are "low", "moderate", "high", "very_high".
Declaration
[JsonProperty("noiseSuppressionLevel")]
public virtual string NoiseSuppressionLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SampleRateHertz
Required. The sample rate (in Hertz) of the input audio data.
Declaration
[JsonProperty("sampleRateHertz")]
public virtual int? SampleRateHertz { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |