Search Results for

    Show / Hide Table of Contents

    Class AcousticPhrase

    フレーズ(文節)単位データ

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

    Properties

    Words

    単語リスト

    Declaration
    public List<Word>? Words { get; set; }
    Property Value
    Type Description
    List<Word>

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara