Closed
Description
The client library incorrectly returns an error when anything other than LINEAR16 is used for a long-running recognize request:
The v1 server support all encodings so this breaks functionality.
In general, the client library should almost never do it's own validation; it should always delegate to the server to be sure that that behavior and error messages are consistent across APIs.