SpeechRecognitionModel.TryCreateAsync Method

Definition

public:
 static IAsyncOperationWithProgress<SpeechRecognitionModelResult ^, SpeechRecognitionModelProgress> ^ TryCreateAsync();
/// [Windows.Foundation.Metadata.Experimental]
 static IAsyncOperationWithProgress<SpeechRecognitionModelResult, SpeechRecognitionModelProgress> TryCreateAsync();
[Windows.Foundation.Metadata.Experimental]
public static IAsyncOperationWithProgress<SpeechRecognitionModelResult,SpeechRecognitionModelProgress> TryCreateAsync();
function tryCreateAsync()
Public Shared Function TryCreateAsync () As IAsyncOperationWithProgress(Of SpeechRecognitionModelResult, SpeechRecognitionModelProgress)

Returns

Attributes

Applies to