SpeakerRecognizer.RecognizeOnceAsync 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.
Overloads
RecognizeOnceAsync(SpeakerIdentificationModel) |
Identify the speakers in the speaker identification model as an asynchronous operation. |
RecognizeOnceAsync(SpeakerVerificationModel) |
Verify the speaker in the speaker verification model as an asynchronous operation. |
RecognizeOnceAsync(SpeakerIdentificationModel)
Identify the speakers in the speaker identification model as an asynchronous operation.
public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.SpeakerRecognitionResult> RecognizeOnceAsync (Microsoft.CognitiveServices.Speech.Speaker.SpeakerIdentificationModel model);
member this.RecognizeOnceAsync : Microsoft.CognitiveServices.Speech.Speaker.SpeakerIdentificationModel -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.SpeakerRecognitionResult>
Public Function RecognizeOnceAsync (model As SpeakerIdentificationModel) As Task(Of SpeakerRecognitionResult)
Parameters
A speaker identification model.
Returns
An asynchronous operation representing identifying the speakers in the model.
Applies to
RecognizeOnceAsync(SpeakerVerificationModel)
Verify the speaker in the speaker verification model as an asynchronous operation.
public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.SpeakerRecognitionResult> RecognizeOnceAsync (Microsoft.CognitiveServices.Speech.Speaker.SpeakerVerificationModel model);
member this.RecognizeOnceAsync : Microsoft.CognitiveServices.Speech.Speaker.SpeakerVerificationModel -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.SpeakerRecognitionResult>
Public Function RecognizeOnceAsync (model As SpeakerVerificationModel) As Task(Of SpeakerRecognitionResult)
Parameters
- model
- SpeakerVerificationModel
A SpeakerVerificationModel.
Returns
An asynchronous operation representing verifying the speaker in the model.
Applies to
Azure SDK for .NET