Class FullContextLabLine
フルコンテキストラベルの各行
Inherited Members
Namespace: LibSasara.Model.FullContextLabel
Assembly: LibSasara.dll
Syntax
public abstract class FullContextLabLine : LabLine
Constructors
FullContextLabLine(double, double, string, int, int, bool)
フルコンテキストラベルの各行を生成
Declaration
protected FullContextLabLine(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
HasTime
音素の時刻データを持っているかどうか
Declaration
public bool HasTime { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Index
インデックス(いくつ目の音素か)
Declaration
public int Index { get; }
Property Value
| Type | Description |
|---|---|
| int |
Language
言語
Declaration
public virtual string Language { get; }
Property Value
| Type | Description |
|---|---|
| string |