Taka Okunishi

Results 3 comments of Taka Okunishi

@kweinmeister I tried [Model Adaptation test](https://github.com/googleapis/nodejs-speech/blob/main/samples/system-test/modelAdaptation.test.js), and got `7 PERMISSION_DENIED: Permission is denied.` ![Screen Shot 2022-02-05 at 10 13 39](https://user-images.githubusercontent.com/745662/152622942-4f533e79-3aa9-40ad-a7fc-14c4be0e7b10.png) But i can create custom classes from browser with GUI....

`parent` option is defined as * `projects/${projectId}/locations/${location}` in the [sample code](https://github.com/googleapis/nodejs-speech/blob/main/samples/modelAdaptation.js#L31) * `projects/{project}/locations/{location}/customClasses` in the [reference document](https://cloud.google.com/speech-to-text/docs/reference/rpc/google.cloud.speech.v1p1beta1#createcustomclassrequest) which is correct ? ![Screen Shot 2022-02-05 at 10 22 12](https://user-images.githubusercontent.com/745662/152623277-35f7cebb-8ce2-4f8c-b06e-2385c194e8d6.png) ![Screen Shot...

I'm having the same issue, too. `tv4.min.js` seems to be ignored by npm because of the pattern `/*.min.js` written in .npmignore file . https://github.com/geraintluff/tv4/blob/5f6199477a948ef60069361cf3d8606f001983f6/.npmignore