Cloud Speech-to-Text v2 API - Enum RecognitionFeatures.Types.MultiChannelMode (1.0.0)

public enum RecognitionFeatures.Types.MultiChannelMode

Reference documentation and code samples for the Cloud Speech-to-Text v2 API enum RecognitionFeatures.Types.MultiChannelMode.

Options for how to recognize multi-channel audio.

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Fields

NameDescription
SeparateRecognitionPerChannel

If selected, each channel in the provided audio is transcribed independently. This cannot be selected if the selected [model][google.cloud.speech.v2.Recognizer.model] is latest_short.

Unspecified

Default value for the multi-channel mode. If the audio contains multiple channels, only the first channel will be transcribed; other channels will be ignored.