你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpeechTranslationModel 类

定义

语音翻译模型信息。

public sealed class SpeechTranslationModel : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type SpeechTranslationModel = class
    inherit DisposableBase
Public NotInheritable Class SpeechTranslationModel
Inherits DisposableBase
继承
Microsoft.CognitiveServices.Speech.Internal.DisposableBase
SpeechTranslationModel

属性

Name

获取模型名称。

Path

获取模型路径 (仅对脱机模型) 有效。

SourceLanguages

获取模型支持的源语言。

TargetLanguages

获取模型支持的目标语言。

Version

获取模型版本。

适用于