Skip to main content

speech

Overview

Namespeech
TypeResource
Idgoogle.speech.speech

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
longrunningrecognizeEXECPerforms asynchronous speech recognition: receive results via the google.longrunning.Operations interface. Returns either an Operation.error or an Operation.response which contains a LongRunningRecognizeResponse message. For more information on asynchronous speech recognition, see the how-to.
recognizeEXECPerforms synchronous speech recognition: receive results after all audio has been sent and processed.