Speech to Text - Streaming
// 1) | |
speechClient = new speech.SpeechClient(); | |
// 2) | |
request = { | |
config: { | |
sampleRateHertz: sampleRateHertz, | |
encoding: encoding, | |
languageCode: languageCode | |
}, | |
interimResults: interimResults | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment