|
speech
v1
|
The "speech" collection of methods. More...
Classes | |
| class | LongrunningrecognizeRequest |
Performs 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. More... | |
| class | RecognizeRequest |
| Performs synchronous speech recognition: receive results after all audio has been sent and processed. More... | |
Public Member Functions | |
| SpeechResource (Google.Apis.Services.IClientService service) | |
| Constructs a new resource. More... | |
| virtual LongrunningrecognizeRequest | Longrunningrecognize (Google.Apis.Speech.v1.Data.LongRunningRecognizeRequest body) |
Performs 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. More... | |
| virtual RecognizeRequest | Recognize (Google.Apis.Speech.v1.Data.RecognizeRequest body) |
| Performs synchronous speech recognition: receive results after all audio has been sent and processed. More... | |
The "speech" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Performs 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.
| body | The body of the request. |
|
inlinevirtual |
Performs synchronous speech recognition: receive results after all audio has been sent and processed.
| body | The body of the request. |