SysHolographicWindowingEnvironment.SetIsSpeechPersonalizationEnabledAsync 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.
Définit si la personnalisation vocale est activée.
Important
Cette API est disponible uniquement pour les composants du système d’exploitation Windows. Les appels à ces API échouent au moment de l’exécution pour tous les autres processus. Ces API peuvent être modifiées ou supprimées dans les prochaines versions de Windows.
public:
static IAsyncAction ^ SetIsSpeechPersonalizationEnabledAsync(bool enabled);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction SetIsSpeechPersonalizationEnabledAsync(bool const& enabled);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetIsSpeechPersonalizationEnabledAsync(bool enabled);
function setIsSpeechPersonalizationEnabledAsync(enabled)
Public Shared Function SetIsSpeechPersonalizationEnabledAsync (enabled As Boolean) As IAsyncAction
Paramètres
- enabled
-
Boolean
bool
True si la personnalisation vocale doit être activée ; sinon, false.
Retours
Opération qui se déclenche lorsque le paramètre de personnalisation vocale a été mis à jour.
- Attributs