MSDN Library的这一部分提供的资源可帮助您开始使用Microsoft Speech Platform开发可再发布的语音解决方案。 Microsoft Speech Platform包含一个软件开发工具包(SDK),一个运行时间和运行时语言(可启用语音识别的语言包或针对特定语言的文本到语音转换),您可以在应用程序中重新分发这些语言。点赞(
TtsEngine 程序集: System.Speech.dll 包: System.Speech v10.0.0-preview.5.25277.114 Source: TTSEngineTypes.cs 所有的语音合成引擎文字可实现的抽象基类。C# 复制 public abstract class TtsEngineSsml继承 Object TtsEngineSsml 注解若要构造自定义文本转语音引擎,应用程序必须始终实现派生自抽象基类 的类 ...
Speech.Tts Assembly: Mono.Android.dll Feature key that indicate that a network timeout can be set for the request. C# 复制 [Android.Runtime.Register("KEY_FEATURE_NETWORK_TIMEOUT_MS")] public const string KeyFeatureNetworkTimeoutMs; Field Value String Attributes RegisterAttribute R...
Assembly: System.Speech.dll Package: System.Speech v10.0.0-preview.4.25258.110 Source: TTSEngineTypes.cs Contains information about the content type (such as currency, date, or address) or language construct that determine how text should be spoken.C#...
public bool Equals(System.Speech.Synthesis.TtsEngine.FragmentState other); 参数 other FragmentState TextFragment 的一个实例。 返回 Boolean 如果TextFragment 的当前实例和通过 other 参数提供的实例都描述了相同的 TextFragment 状态,则返回 true。 如果当前 false 和TextFragment 参数不支持相同的 other 状态...