I am currently receiving invalid JSON such as the following:
results { alternatives { transcript: " Brooklyn Bridge" } stability: 0.01 }
This is using the example code found here: https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/speech/cloud-client
I'd like to be able to parse the result, but I'm not sure how to.
Is there a way to force the result to return valid JSON or perhaps a way to parse the result?