SysHolographicWindowingEnvironment.SetIsSpeechPersonalizationEnabledAsync Method

Definition

Sets whether speech personalization is enabled.

Important

This API is available only to components of the Windows operating system. Calls to these APIs will fail at runtime for all other processes. These APIs may be modified or removed in future Windows releases.

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

Parameters

enabled
Boolean

bool

True if speech personalization should be enabled; otherwise false.

Returns

An operation that triggers when the speech personalization setting has been updated.

Attributes

Applies to