Class AcousticPhrase
フレーズ(文節)単位データ
Implements
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> |