---
title: "inputTextSuggestionState"
description: "This semantics provides the state of a text that has active suggestions. Text with suggestions
are typically associated with typing transliteration languages such as Chinese, Japanese, Korean
where multiple text replacement suggestions appear.

It is used by accessibility services to determine what speech feedback should be announced as the
user is typing a transliteration text. For example, whether to announce that a replacement text
is selected."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
var SemanticsPropertyReceiver.inputTextSuggestionState
```


This semantics provides the state of a text that has active suggestions. Text with suggestions
are typically associated with typing transliteration languages such as Chinese, Japanese, Korean
where multiple text replacement suggestions appear.

It is used by accessibility services to determine what speech feedback should be announced as the
user is typing a transliteration text. For example, whether to announce that a replacement text
is selected.



