Search Results for

    Show / Hide Table of Contents

    Class PhonemeData

    Inheritance
    object
    PhonemeData
    Implements
    IPhonemeData
    Namespace: FluentCeVIOWrapper.Common.Models
    Assembly: FluentCeVIOWrapper.Common.dll
    Syntax
    [Serializable]
    public class PhonemeData : IPhonemeData

    Constructors

    PhonemeData(double, double, string)

    Declaration
    public PhonemeData(double startTime, double endTime, string phoneme)
    Parameters
    Type Name Description
    double startTime
    double endTime
    string phoneme

    Properties

    EndTime

    終了時間を取得します。単位は秒。

    Declaration
    public double EndTime { get; set; }
    Property Value
    Type Description
    double

    Phoneme

    音素を取得します。

    Declaration
    public string Phoneme { get; set; }
    Property Value
    Type Description
    string

    StartTime

    開始時間を取得します。単位は秒。

    Declaration
    public double StartTime { get; set; }
    Property Value
    Type Description
    double

    Implements

    IPhonemeData
    In this article
    Back to top FluentCeVIOWrapper