Interface IPhonemeData
音素データの単位オブジェクト。
Namespace: FluentCeVIOWrapper.Common.Talk
Assembly: FluentCeVIOWrapper.Common.dll
Syntax
public interface IPhonemeData
Properties
EndTime
終了時間を取得します。単位は秒。
Declaration
double EndTime { get; }
Property Value
| Type | Description |
|---|---|
| double |
Phoneme
音素を取得します。
Declaration
string Phoneme { get; }
Property Value
| Type | Description |
|---|---|
| string |
StartTime
開始時間を取得します。単位は秒。
Declaration
double StartTime { get; }
Property Value
| Type | Description |
|---|---|
| double |