你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SpeechTranslationConfig 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
语音翻译配置。
public sealed class SpeechTranslationConfig : Microsoft.CognitiveServices.Speech.SpeechConfig
type SpeechTranslationConfig = class
inherit SpeechConfig
Public NotInheritable Class SpeechTranslationConfig
Inherits SpeechConfig
- 继承
属性
AuthorizationToken |
获取或设置授权令牌。 (继承自 SpeechConfig) |
EndpointId |
获取或设置用于语音识别的自定义语音模型的终结点 ID,或用于语音合成的自定义语音模型。 (继承自 SpeechConfig) |
OutputFormat |
获取或设置语音识别输出格式:简单或详细。 (继承自 SpeechConfig) |
Region |
区域。 (继承自 SpeechConfig) |
SpeechRecognitionLanguage |
以 BCP-47 格式指定要识别的口语的名称。 (继承自 SpeechConfig) |
SpeechSynthesisLanguage |
获取或设置语音合成语言,例如 en-US。 在 1.4.0 中添加 (继承自 SpeechConfig) |
SpeechSynthesisOutputFormat |
获取合成语音的输出格式。 在 1.4.0 中添加 示例值: |
SpeechSynthesisVoiceName |
获取或设置语音合成语音。 在 1.4.0 中添加 (继承自 SpeechConfig) |
SubscriptionKey |
订阅密钥。 (继承自 SpeechConfig) |
TargetLanguages |
获取要翻译到的语言集合。 |
VoiceName |
如果需要合成的音频输出,则指定语音标记的名称。 |