JapanesePhoneme.IsPhraseStart 属性

定义

获取一个 布尔值 ,该值指示此日语单词是否是短语的开头。

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

适用于

另请参阅