CallMedia.StartRecognizing Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Recognize tones.
public virtual Azure.Response<Azure.Communication.CallAutomation.StartRecognizingCallMediaResult> StartRecognizing (Azure.Communication.CallAutomation.CallMediaRecognizeOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member StartRecognizing : Azure.Communication.CallAutomation.CallMediaRecognizeOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.CallAutomation.StartRecognizingCallMediaResult>
override this.StartRecognizing : Azure.Communication.CallAutomation.CallMediaRecognizeOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.CallAutomation.StartRecognizingCallMediaResult>
Public Overridable Function StartRecognizing (options As CallMediaRecognizeOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StartRecognizingCallMediaResult)
Parameters
- options
- CallMediaRecognizeOptions
Configuration attributes for recognize.
- cancellationToken
- CancellationToken
An optional CancellationToken to cancel the request.
Returns
Returns StartRecognizingCallMediaResult, which can be used to wait for StartRecognizing's related events.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET