cancel : starts asynchronous cancellation of a long running operation.
delete : deletes a long running operation.
get : gets a latest status of the long running operation.
list : lists all the operations that match the specified filter in the request.
asyncrecognize : performs asynchronous speech recognition i.e; instant speech conversion.
syncrecognize : performs synchronous speech recognition i.e; output received only after all audio has been sent and processed.
Learned:
cancel
: starts asynchronous cancellation of a long running operation.delete
: deletes a long running operation.get
: gets a latest status of the long running operation.list
: lists all the operations that match the specified filter in the request.asyncrecognize
: performs asynchronous speech recognition i.e; instant speech conversion.syncrecognize
: performs synchronous speech recognition i.e; output received only after all audio has been sent and processed.