speech  v1
Classes | Public Member Functions | List of all members
Google.Apis.Speech.v1.SpeechResource Class Reference

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...
 

Detailed Description

The "speech" collection of methods.

Constructor & Destructor Documentation

◆ SpeechResource()

Google.Apis.Speech.v1.SpeechResource.SpeechResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Longrunningrecognize()

virtual LongrunningrecognizeRequest Google.Apis.Speech.v1.SpeechResource.Longrunningrecognize ( Google.Apis.Speech.v1.Data.LongRunningRecognizeRequest  body)
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.

Parameters
bodyThe body of the request.

◆ Recognize()

virtual RecognizeRequest Google.Apis.Speech.v1.SpeechResource.Recognize ( Google.Apis.Speech.v1.Data.RecognizeRequest  body)
inlinevirtual

Performs synchronous speech recognition: receive results after all audio has been sent and processed.

Parameters
bodyThe body of the request.

The documentation for this class was generated from the following file: