Class FCLabLineJa
日本語Talkのフルコンテキストラベルの各行
Inherited Members
Namespace: LibSasara.Model.FullContextLabel
Assembly: LibSasara.dll
Syntax
public sealed class FCLabLineJa : FullContextLabLine
Constructors
FCLabLineJa(double, double, string, int, int, bool)
フルコンテキストラベルの各行を生成
Declaration
public FCLabLineJa(double from, double to, string phenome, int fps = 30, int index = -1, bool hasTime = false)
Parameters
Type | Name | Description |
---|---|---|
double | from | |
double | to | |
string | phenome | |
int | fps | |
int | index | |
bool | hasTime |
Properties
AccentPhrases
prev./curt./nextの IAccentPhrase
Declaration
public ContinuousContexts<IAccentPhrase>? AccentPhrases { get; set; }
Property Value
Type | Description |
---|---|
ContinuousContexts<IAccentPhrase> |
BreathGroups
prev./curt./nextの BreathGroup
Declaration
public ContinuousContexts<BreathGroup>? BreathGroups { get; set; }
Property Value
Type | Description |
---|---|
ContinuousContexts<BreathGroup> |
Language
言語
Declaration
public override string Language { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MoraIdentity
FullContextLabLineのモーラ(拍)情報
Declaration
public MoraIndentity? MoraIdentity { get; set; }
Property Value
Type | Description |
---|---|
MoraIndentity |
UtteranceInfo
日本語トークのこの FullContextLabLine が含まれる発話(utterance)情報
Declaration
public UtteranceInfoJa? UtteranceInfo { get; set; }
Property Value
Type | Description |
---|---|
UtteranceInfoJa |
Remarks
同じFullContextLab内のすべてのFullContextLabLineのこの情報は共通になる
WordInfos
prev./curt./nextの WordInfo
Declaration
public ContinuousContexts<WordInfo>? WordInfos { get; set; }
Property Value
Type | Description |
---|---|
ContinuousContexts<WordInfo> |