Search Results for

    Show / Hide Table of Contents

    Class Word

    単語

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

    Properties

    Phoneme

    音素発音表記(アクセント無し)

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

    Pos

    単語のフレーズ内位置

    Declaration
    public string? Pos { get; set; }
    Property Value
    Type Description
    string

    Pronounciation

    アクセント付き発音表記

    Declaration
    public string? Pronounciation { get; set; }
    Property Value
    Type Description
    string

    Text

    単語文字列。

    Declaration
    public string? Text { get; set; }
    Property Value
    Type Description
    string

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara