Search Results for

    Show / Hide Table of Contents

    Class FCLabLineEn

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

    Inheritance
    object
    LabLine
    FullContextLabLine
    FCLabLineEn
    Inherited Members
    FullContextLabLine.Index
    FullContextLabLine.HasTime
    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 sealed class FCLabLineEn : FullContextLabLine

    Constructors

    FCLabLineEn(double, double, string, int, int, bool)

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

    Declaration
    public FCLabLineEn(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

    Language

    言語

    Declaration
    public override string Language { get; }
    Property Value
    Type Description
    string
    Overrides
    FullContextLabLine.Language

    UtteranceInfo

    英語トークのこの FullContextLabLine が含まれる発話(utterance)情報

    Declaration
    public UtteranceInfoEn? UtteranceInfo { get; set; }
    Property Value
    Type Description
    UtteranceInfoEn
    Remarks

    同じFullContextLab内のすべてのFullContextLabLineのこの情報は共通になる

    In this article
    Back to top LibSasara