public enum RecognitionFeatures.Types.MultiChannelModeReference 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.V2Assembly
Google.Cloud.Speech.V2.dll
Fields |
|
|---|---|
| Name | Description |
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 |
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. |