# FarPoint.Win.ImeSentenceMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_ImeSentenceMode" data-uid="FarPoint.Win.ImeSentenceMode" class="text-break">ImeSentenceMode Enum
</h1>
  <div class="markdown level0 summary"><p>Determines how the IME should handle sentences.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_ImeSentenceMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImeSentenceMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ImeSentenceMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_ImeSentenceMode_BiasForNames">BiasForNames</td>
        <td><p>The IME uses plural clause information to carry out conversion processing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ImeSentenceMode_BiasForSpeech">BiasForSpeech</td>
        <td><p>The IME uses conversation mode. This is useful for chat applications.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ImeSentenceMode_Direct">Direct</td>
        <td><p>No information for sentence.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ImeSentenceMode_Inherit">Inherit</td>
        <td><p>Inherits the IME sentence mode of the parent control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ImeSentenceMode_NoControl">NoControl</td>
        <td><p>Does not control the IME sentence mode.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ImeSentenceMode_Normal">Normal</td>
        <td><p>Uses phrase information to predict the next character.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
