-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
api: speechIssues related to the Speech-to-Text API.Issues related to the Speech-to-Text API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
It seems that the Speech Context config breaks the recognition stream.
Environment details
- OS: *nix(Raspian, Ubuntu, etc)
- Node.js version: 7.5
- npm version:
- google-cloud-node version: 0.6
Steps to reproduce
- require
google-cloud - Start Recognition Stream with a config values of
const request = {
config: {
encoding: encoding,
sampleRate: sampleRate,
speech_context: ['one', 'two]
},
interimResults: true
};
.pipe()audio stream to the Recognition Stream
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: speechIssues related to the Speech-to-Text API.Issues related to the Speech-to-Text API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.