Partager via


SysHolographicWindowingEnvironment.SetIsSpeechPersonalizationEnabledAsync Méthode

Définition

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

S’applique à