Search Results for

    Show / Hide Table of Contents

    Class FullContextLabLine

    フルコンテキストラベルの各行

    Inheritance
    object
    LabLine
    FullContextLabLine
    FCLabLineEn
    FCLabLineJa
    Inherited Members
    LabLine.From
    LabLine.To
    LabLine.Length
    LabLine.Phoneme
    LabLine.MovieFPS
    LabLine.FrameFrom
    LabLine.FrameTo
    LabLine.FrameLen
    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
    In this article
    Back to top LibSasara