2 Star 5 Fork 3

ning/OpenTTS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Resources.Designer.cs 5.08 KB
一键复制 编辑 原始数据 按行查看 历史
ning 提交于 2022-02-15 20:50 . 还差ui
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace SpeechGenerator {
using System;
/// <summary>
/// 一个强类型的资源类,用于查找本地化的字符串等。
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// 返回此类使用的缓存的 ResourceManager 实例。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SpeechGenerator.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// 重写当前线程的 CurrentUICulture 属性,对
/// 使用此强类型资源类的所有资源查找执行重写。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// 查找类似 [
/// {
/// &quot;名字&quot;: &quot;小晗&quot;,
/// &quot;编码&quot;: &quot;zh-CN-XiaohanNeural&quot;,
/// &quot;性别&quot;: true,
/// &quot;语言&quot;: 0,
/// &quot;语气&quot;: null,
/// &quot;角色&quot;: null,
/// &quot;支持的角色&quot;: null,
///
/// &quot;支持的语气&quot;: [
/// {
/// &quot;语气&quot;: &quot;cheerful&quot;,
/// &quot;描述&quot;: &quot;以较高的音调和音量表达欢快、热情的语气&quot;
/// },
/// {
/// &quot;语气&quot;: &quot;sad&quot;,
/// &quot;描述&quot;: &quot;以较高的音调、较低的强度和较低的音量表达悲伤的语气。 这种情绪的常见特征是说话时呜咽或哭泣。&quot;
/// },
/// {
/// &quot;语气&quot;: &quot;angry&quot;,
/// &quot;描述&quot;: &quot;以较低的音调、较高的强度和较高的音量来表达恼怒的语气。 说话者处于愤怒、生气和被冒犯的状态。&quot;
/// },
/// {
/// &quot;语气&quot;: &quot;fearful&quot;,
/// &quot;描述&quot;: &quot;以较高的音 [字符串的其余部分被截断]&quot;; 的本地化字符串。
/// </summary>
public static string SpeechResources {
get {
return ResourceManager.GetString("SpeechResources", resourceCulture);
}
}
/// <summary>
/// 查找类似 &lt;speak version=&quot;1.0&quot;
/// xmlns=&quot;http://www.w3.org/2001/10/synthesis&quot;
/// xmlns:mstts=&quot;https://www.w3.org/2001/mstts&quot; xml:lang=&quot;@Param1&quot;&gt;
/// &lt;voice name=&quot;@Param2&quot; rate=&quot;@Param3&quot;&gt;
/// &lt;mstts:express-as style=&quot;@Param4&quot; styledegree=&quot;@Param5&quot;&gt;
/// @Param6
/// &lt;/mstts:express-as&gt;
/// &lt;/voice&gt;
///&lt;/speak&gt; 的本地化字符串。
/// </summary>
public static string ssml {
get {
return ResourceManager.GetString("ssml", resourceCulture);
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/n-i-n-g/OpenTTS.git
git@gitee.com:n-i-n-g/OpenTTS.git
n-i-n-g
OpenTTS
OpenTTS
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385