Class BreathGroup
日本語の呼気段落(breath group)
Namespace: LibSasara.Model.FullContextLabel
Assembly: LibSasara.dll
Syntax
public sealed record BreathGroup : IFullContext, IEquatable<BreathGroup>
Constructors
BreathGroup(int, int)
日本語の呼気段落(breath group)
Declaration
public BreathGroup(int numAccentPhrase, int numMora)
Parameters
Type | Name | Description |
---|---|---|
int | numAccentPhrase | |
int | numMora |
Properties
AccentPhraseNumber
the number of accent phrases
Declaration
public int AccentPhraseNumber { get; set; }
Property Value
Type | Description |
---|---|
int | 1 ∼ 49 |
MoraNumber
the number of moras
Declaration
public int MoraNumber { get; set; }
Property Value
Type | Description |
---|---|
int | 1 ∼ 99 |
PosInBackwordAccentPhrase
position of the current breath group identity by accent phrase (backward)
Declaration
public int? PosInBackwordAccentPhrase { get; set; }
Property Value
Type | Description |
---|---|
int? |
PosInBackwordBreathGroup
position of the current breath group identity by breath group (backward)
Declaration
public int? PosInBackwordBreathGroup { get; set; }
Property Value
Type | Description |
---|---|
int? |
PosInBackwordMora
position of the current breath group identity by mora (backward)
Declaration
public int? PosInBackwordMora { get; set; }
Property Value
Type | Description |
---|---|
int? |
PosInForwordAccentPhrase
position of the current breath group identity by accent phrase (forward)
Declaration
public int? PosInForwordAccentPhrase { get; set; }
Property Value
Type | Description |
---|---|
int? |
PosInForwordBreathGroup
position of the current breath group identity by breath group (forward)
Declaration
public int? PosInForwordBreathGroup { get; set; }
Property Value
Type | Description |
---|---|
int? |
PosInForwordMora
position of the current breath group identity by mora (forward)
Declaration
public int? PosInForwordMora { get; set; }
Property Value
Type | Description |
---|---|
int? |