audioChannelCount property

int? audioChannelCount
getter/setter pair

Number of channels present in the audio data sent for recognition.

Supported for the following encodings: * LINEAR16: Headerless 16-bit signed little-endian PCM samples. * MULAW: Headerless 8-bit companded mulaw samples. * ALAW: Headerless 8-bit companded alaw samples. The maximum allowed value is 8.

Implementation

core.int? audioChannelCount;