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 0528729 commit b4425ecCopy full SHA for b4425ec
speech/betaFeatures.js
@@ -42,7 +42,8 @@ async function speechTranscribeDiarization(fileName) {
42
sampleRateHertz: 8000,
43
languageCode: 'en-US',
44
enableSpeakerDiarization: true,
45
- diarizationSpeakerCount: 2,
+ minSpeakerCount: 2,
46
+ maxSpeakerCount: 2,
47
model: 'phone_call',
48
};
49
@@ -91,7 +92,8 @@ async function asyncSpeechTranscribeDiarizationGCS(gcsUri) {
91
92
93
94
95
96
97
98
99
0 commit comments