JapanesePhoneme.IsPhraseStart Property

Definition

Gets a Boolean that indicates if this Japanese word is the start of a phrase.

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

Property Value

Boolean

bool

true if this Japanese word is the start of a phrase, otherwise false.

Applies to

See also