Show / Hide Table of Contents

Class InputAudioConfig

InputAudioConfig configures how the CES agent should interpret the incoming audio data.

Inheritance
object
InputAudioConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX