Vladislav Sorokin
Vladislav Sorokin
> I am getting Error: 3 INVALID_ARGUMENT: Invalid resource field value in the request. I cant track it down. Can you please help. Here are relevant parts of code: >...
> `const` config: IRecognitionConfig = { languageCodes: ['de-DE'], model: 'chirp', autoDecodingConfig: {}, }; Can you try to not use any model and leave this field undefined? > const streamingRecognizeRequest: google.cloud.speech.v2.IStreamingRecognizeRequest...
> Why do you have a `prepare`block in addition to `plugins` in your config? Does the behavior change if you remove that? Because its the only way to run my...