[]
Defines the sentence mode
[Flags]
public enum Ime.ImeSentenceMode
Name | Description |
---|---|
Automatic | The IME carries out conversion processing in automatic mode. |
Conversation | The IME uses conversation mode. This is useful for chat applications. |
None | No information for sentence. |
PhrasePredict | The IME uses phrase information to predict the next character. |
PluralClause | The IME uses plural clause information to carry out conversion processing. |
SingleConvert | The IME carries out conversion processing in single-character mode. |