Search Results for

    Show / Hide Table of Contents

    Class LabLine

    行単位 [開始秒] [終了秒] [音素]

    Inheritance
    object
    LabLine
    FullContextLabLine
    Namespace: LibSasara.Model
    Assembly: LibSasara.dll
    Syntax
    public class LabLine

    Constructors

    LabLine(double, double, string, int)

    行単位 [開始秒] [終了秒] [音素] コンストラクタ

    Declaration
    public LabLine(double from, double to, string phenome, int fps = 30)
    Parameters
    Type Name Description
    double from
    double to
    string phenome
    int fps

    Properties

    FrameFrom

    開始フレーム

    Declaration
    public int FrameFrom { get; }
    Property Value
    Type Description
    int

    FrameLen

    長さフレーム

    Declaration
    public int FrameLen { get; }
    Property Value
    Type Description
    int

    FrameTo

    終了フレーム

    Declaration
    public int FrameTo { get; }
    Property Value
    Type Description
    int

    From

    開始秒数

    Declaration
    public double From { get; }
    Property Value
    Type Description
    double
    Remarks

    CeVIOの場合、labファイルの単位は1000万分の1秒(100 ns)

    Length

    長さ秒数

    Declaration
    public double Length { get; }
    Property Value
    Type Description
    double
    Remarks

    CeVIOの場合、labファイルの単位は1000万分の1秒(100 ns)

    MovieFPS

    フレームレート

    Declaration
    public static int MovieFPS { get; set; }
    Property Value
    Type Description
    int
    Remarks

    動画ファイル等で利用する際に使用する

    Phoneme

    音素

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

    To

    終了秒数

    Declaration
    public double To { get; }
    Property Value
    Type Description
    double
    Remarks

    CeVIOの場合、labファイルの単位は1000万分の1秒(100 ns)

    In this article
    Back to top LibSasara