Search Results for

    Show / Hide Table of Contents

    Class Metadata_EN

    英語調声データ

    Inheritance
    object
    Metadata_EN
    Implements
    IEquatable<Metadata_EN>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Metadata_EN : IEquatable<Metadata_EN>

    Properties

    Base

    調整前フレーズ

    Declaration
    public List<AcousticPhrase>? Base { get; set; }
    Property Value
    Type Description
    List<AcousticPhrase>

    Edited

    アクセント調整済みフレーズ

    Declaration
    public List<AcousticPhrase>? Edited { get; set; }
    Property Value
    Type Description
    List<AcousticPhrase>

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara