We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a26f25 commit 18d07e7Copy full SHA for 18d07e7
Tests/SpeechToTextV1IntegrationTests.cs
@@ -155,7 +155,9 @@ public IEnumerator TestRecognize()
155
},
156
audio: audio,
157
model: usBroadbandModel,
158
- contentType: "audio/wav"
+ contentType: "audio/wav",
159
+ speechDetectorSensitivity: 1,
160
+ backgroundAudioSuppression: 0
161
);
162
163
while (recognizeResponse == null)
0 commit comments