SpeechContinuousRecognitionSession.StartAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
StartAsync() |
Surcharge Commencez de façon asynchrone une session de reconnaissance vocale continue avec un SpeechContinuousRecognitionMode par défaut. |
StartAsync(SpeechContinuousRecognitionMode) |
Surcharge Commencez de façon asynchrone une session de reconnaissance vocale continue avec le comportement SpeechContinuousRecognitionMode spécifié. |
StartAsync()
Surcharge
Commencez de façon asynchrone une session de reconnaissance vocale continue avec un SpeechContinuousRecognitionMode par défaut.
public:
virtual IAsyncAction ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.Overload("StartAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync();
[Windows.Foundation.Metadata.Overload("StartAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncAction
Retours
Gestionnaire asynchrone appelé une fois l'opération terminée.
- Attributs
Remarques
CompileConstraintsAsync doit toujours être appelé avant StartAsync, même si aucune contrainte n’est spécifiée dans la propriété Constraints .
Voir aussi
- StartAsync(SpeechContinuousRecognitionMode)
- PauseAsync()
- StopAsync()
- CancelAsync()
- Interactions vocales
- Reconnaissance vocale et exemple de synthèse vocale
S’applique à
StartAsync(SpeechContinuousRecognitionMode)
Surcharge
Commencez de façon asynchrone une session de reconnaissance vocale continue avec le comportement SpeechContinuousRecognitionMode spécifié.
public:
virtual IAsyncAction ^ StartAsync(SpeechContinuousRecognitionMode mode) = StartAsync;
/// [Windows.Foundation.Metadata.Overload("StartWithModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync(SpeechContinuousRecognitionMode const& mode);
[Windows.Foundation.Metadata.Overload("StartWithModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync(SpeechContinuousRecognitionMode mode);
function startAsync(mode)
Public Function StartAsync (mode As SpeechContinuousRecognitionMode) As IAsyncAction
Paramètres
Comportement de reconnaissance vocale.
Retours
Gestionnaire asynchrone appelé une fois l'opération terminée.
- Attributs
Remarques
CompileConstraintsAsync doit toujours être appelé avant StartAsync, même si aucune contrainte n’est spécifiée dans la propriété Constraints .