Accessibility.SetSpeechToTextPositionHint Method

Specifies a hint for where the system should position the window for speech to text messages.

Syntax

public:
static void SetSpeechToTextPositionHint(
         SpeechToTextPositionHint position
)  

Parameters

position
Type: SpeechToTextPositionHint 

The preferred position to place the window for speech to text messages.

Remarks

If there is already some system UI rendering at the specified hint location, the text will be positioned in the default location, which is MiddleRight (the middle of the screen, on the right).

Note that the Cortana UI can show up in the upper-right corner, so games may want to avoid specifying that location.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

Accessibility Class

Accessibility Members

Windows.Xbox.UI Namespace