> ## 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

ゲーム タイトルがテキストをレンダリングする画面上の位置を指定します。

## 構文

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

## 定数

| 定数           | 説明                              |
| ------------ | ------------------------------- |
| BottomCenter | ゲーム タイトルは画面下部中央にテキストをレンダリングします。 |
| BottomLeft   | ゲーム タイトルは画面左下にテキストをレンダリングします。   |
| BottomRight  | ゲーム タイトルは画面右下にテキストをレンダリングします。   |
| MiddleRight  | ゲーム タイトルは画面中央右にテキストをレンダリングします。  |
| MiddleLeft   | ゲーム タイトルは画面中央左にテキストをレンダリングします。  |
| TopCenter    | ゲーム タイトルは画面上部中央にテキストをレンダリングします。 |
| TopLeft      | ゲーム タイトルは画面左上にテキストをレンダリングします。   |
| TopRight     | ゲーム タイトルは画面右上にテキストをレンダリングします。   |

## 解説

[XSpeechToTextSetPositionHint](/reference/system/xaccessibility/functions/xspeechtotextsetpositionhint) 関数を呼び出すことで、音声テキスト変換ウィンドウの位置を設定できます。
[XSpeechToTextSetPositionHint](/reference/system/xaccessibility/functions/xspeechtotextsetpositionhint) 関数は **XSpeechToTextPositionHint** 列挙型を引数として受け取ります。
また、[XSpeechToTextSendString](/reference/system/xaccessibility/functions/xspeechtotextsendstring) を呼び出すことで、ゲーム タイトルが画面に表示するテキストを設定することもできます。

## 要件

**ヘッダー:** XAccessibility.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体、XBOX Series 本体

## 関連項目

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

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

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


## Related topics

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