Class TalkEngine
生成時のトークエンジン。
Namespace: LibSasara.Model.Serialize
Assembly: LibSasara.dll
Syntax
public record TalkEngine : IEngine, IHasVersion, IEquatable<TalkEngine>
Properties
Dictionary
辞書
Declaration
public DictionaryInfo? Dictionary { get; set; }
Property Value
| Type | Description |
|---|---|
| DictionaryInfo |
SoundSources
ボイスライブラリ
Declaration
public List<SoundSource>? SoundSources { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SoundSource> |
Version
バージョン
Declaration
public Version? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Version |
VersionString
バージョン
Declaration
public string? VersionString { get; set; }
Property Value
| Type | Description |
|---|---|
| string |