TtsControlSetListSentence メソッド |
リスト形式の選択行のセンテンスを設定します。
名前空間:
AI.Talk.Editor.Api
アセンブリ:
AI.Talk.Editor.Api (in AI.Talk.Editor.Api.dll) バージョン: 1.3.2.0 (1.3.2.0)
構文 public void SetListSentence(
string sentence,
bool synthesize
)
Public Sub SetListSentence (
sentence As String,
synthesize As Boolean
)
public:
virtual void SetListSentence(
String^ sentence,
bool synthesize
) sealed
abstract SetListSentence :
sentence : string *
synthesize : bool -> unit
override SetListSentence :
sentence : string *
synthesize : bool -> unit
パラメーター
- sentence
- 型: SystemString
センテンス - synthesize
- 型: SystemBoolean
日本語解析実行フラグ
解説
単一行が選択されている場合のみ実行可能です。
synthesize に true を指定すると、指定したセンテンスで日本語解析を行いその結果を読み方に適用します。
synthesize に false を指定すると、読み方は変更されません。
関連項目