SpeechProviderInfo 类
- 程序集
- ClassIsland.Core.dll
语音提供方信息
[AttributeUsage(AttributeTargets.Class)]
public class SpeechProviderInfo : Attribute
- 继承
-
SpeechProviderInfo
- 继承成员
构造函数
SpeechProviderInfo(string, string)
语音提供方信息
public SpeechProviderInfo(string id, string name)
参数
属性
Id
ID
public string Id { get; }
属性值
Name
名称
public string Name { get; }
属性值
SettingsControlType
设置控件类型
public Type? SettingsControlType { get; }