> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XSpeechToTextPositionHint

> XSpeechToTextPositionHint

# XSpeechToTextPositionHint

Specifies the position on the screen where the game title renders text.

## Syntax

```cpp theme={null}
enum class XSpeechToTextPositionHint  : uint32_t  
{  
    BottomCenter = 0,  
    BottomLeft = 1,  
    BottomRight = 2,  
    MiddleRight = 3,  
    MiddleLeft = 4,  
    TopCenter = 5,  
    TopLeft = 6,  
    TopRight = 7  
}  
```

## Constants

| Constant     | Description                                                         |
| ------------ | ------------------------------------------------------------------- |
| BottomCenter | The Game title renders text at the bottom center of the screen.     |
| BottomLeft   | The Game title renders text at the bottom left side of the screen.  |
| BottomRight  | The Game title renders text at the bottom right side of the screen. |
| MiddleRight  | The Game title renders text at the middle right side of the screen. |
| MiddleLeft   | The Game title renders text at the middle left side of the screen.  |
| TopCenter    | The Game title renders text at the top center of the screen.        |
| TopLeft      | The Game title renders text at the top left side of the screen.     |
| TopRight     | The Game title renders text at the top right side of the screen.    |

## Remarks

You can set the position of the speech-to-text window by calling the [XSpeechToTextSetPositionHint](/reference/system/xaccessibility/functions/xspeechtotextsetpositionhint) function.
The [XSpeechToTextSetPositionHint](/reference/system/xaccessibility/functions/xspeechtotextsetpositionhint) function takes an **XSpeechToTextPositionHint** enumeration as an argument.
You can also set the text the Game title displays on the screen by calling [XSpeechToTextSendString](/reference/system/xaccessibility/functions/xspeechtotextsendstring).

## Requirements

**Header:** XAccessibility.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[XAccessibility](/reference/system/xaccessibility/xaccessibility_members)

[XSpeechToTextSetPositionHint](/reference/system/xaccessibility/functions/xspeechtotextsetpositionhint)

[XSpeechToTextSendString](/reference/system/xaccessibility/functions/xspeechtotextsendstring)


## Related topics

- [XSpeechToTextSetPositionHint](/reference/system/xaccessibility/functions/xspeechtotextsetpositionhint.md)
- [XAccessibility](/reference/system/xaccessibility/xaccessibility_members.md)
- [XGameUiTextEntryPositionHint](/reference/system/xgameui/enums/xgameuitextentrypositionhint.md)
- [XGameUiTextEntryUpdatePositionHint](/reference/system/xgameui/functions/xgameuitextentryupdatepositionhint.md)
- [XSpeechToTextType](/reference/system/xaccessibility/enums/xspeechtotexttype.md)
