JapanesePhoneme.IsPhraseStart プロパティ

定義

この日本語の単語が語句の先頭であるかどうかを示す ブール型 (Boolean) の値を取得します。

public:
 property bool IsPhraseStart { bool get(); };
bool IsPhraseStart();
public bool IsPhraseStart { get; }
var boolean = japanesePhoneme.isPhraseStart;
Public ReadOnly Property IsPhraseStart As Boolean

プロパティ値

Boolean

bool

この日本語の単語が語句の先頭である場合は true、それ以外の場合は false

適用対象

こちらもご覧ください