speech:longrunningrecognize PHP get result
Hi
I check this operation by postman and i see that there is success result

But when i get this operation using PHP $operation = $speechClient->getOperationsClient()->getOperation('1134381429708009920'); And print it print_r($operation->getResult());
I just get response on screen When i am doing wrong? Thanks!
Hello @urtvs, was this related to a particular sample in the Speech API folder? Can you provide a minimal working example that illustrates the issue you are having?
Dup of https://github.com/googleapis/google-cloud-php/issues/4521, check this comment, the response can be obtained like this. The returned object needs to be browsed for the exact transcript response.