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

TranslationRecognizer 构造函数

定义

重载

TranslationRecognizer(EmbeddedSpeechConfig)

使用指定嵌入式语音配置的默认麦克风输入创建翻译识别器。

TranslationRecognizer(HybridSpeechConfig)

使用指定混合语音配置的默认麦克风输入创建翻译识别器。

TranslationRecognizer(SpeechTranslationConfig)

使用指定翻译配置的默认麦克风输入创建翻译识别器。

TranslationRecognizer(EmbeddedSpeechConfig, AudioConfig)

使用指定的嵌入式语音翻译器和音频配置创建翻译识别器。

TranslationRecognizer(HybridSpeechConfig, AudioConfig)

使用指定的混合语音翻译器和音频配置创建翻译识别器。

TranslationRecognizer(SpeechTranslationConfig, AudioConfig)

使用指定的语音翻译器和音频配置创建翻译识别器。

TranslationRecognizer(SpeechTranslationConfig, AutoDetectSourceLanguageConfig)

使用指定的语音翻译器和自动检测源语言配置创建翻译识别器

TranslationRecognizer(SpeechTranslationConfig, AutoDetectSourceLanguageConfig, AudioConfig)

使用指定的语音翻译器和音频配置创建翻译识别器。

TranslationRecognizer(EmbeddedSpeechConfig)

使用指定嵌入式语音配置的默认麦克风输入创建翻译识别器。

public TranslationRecognizer (Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig config);
new Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer : Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig -> Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer
Public Sub New (config As EmbeddedSpeechConfig)

参数

config
EmbeddedSpeechConfig

嵌入式语音配置。

适用于

TranslationRecognizer(HybridSpeechConfig)

使用指定混合语音配置的默认麦克风输入创建翻译识别器。

public TranslationRecognizer (Microsoft.CognitiveServices.Speech.HybridSpeechConfig config);
new Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer : Microsoft.CognitiveServices.Speech.HybridSpeechConfig -> Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer
Public Sub New (config As HybridSpeechConfig)

参数

config
HybridSpeechConfig

混合语音配置。

适用于

TranslationRecognizer(SpeechTranslationConfig)

使用指定翻译配置的默认麦克风输入创建翻译识别器。

public TranslationRecognizer (Microsoft.CognitiveServices.Speech.SpeechTranslationConfig config);
new Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer : Microsoft.CognitiveServices.Speech.SpeechTranslationConfig -> Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer
Public Sub New (config As SpeechTranslationConfig)

参数

config
SpeechTranslationConfig

转换配置。

适用于

TranslationRecognizer(EmbeddedSpeechConfig, AudioConfig)

使用指定的嵌入式语音翻译器和音频配置创建翻译识别器。

public TranslationRecognizer (Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig config, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer : Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer
Public Sub New (config As EmbeddedSpeechConfig, audioConfig As AudioConfig)

参数

config
EmbeddedSpeechConfig

嵌入式语音配置。

audioConfig
AudioConfig

音频配置。

适用于

TranslationRecognizer(HybridSpeechConfig, AudioConfig)

使用指定的混合语音翻译器和音频配置创建翻译识别器。

public TranslationRecognizer (Microsoft.CognitiveServices.Speech.HybridSpeechConfig config, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer : Microsoft.CognitiveServices.Speech.HybridSpeechConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer
Public Sub New (config As HybridSpeechConfig, audioConfig As AudioConfig)

参数

config
HybridSpeechConfig

混合语音配置。

audioConfig
AudioConfig

音频配置。

适用于

TranslationRecognizer(SpeechTranslationConfig, AudioConfig)

使用指定的语音翻译器和音频配置创建翻译识别器。

public TranslationRecognizer (Microsoft.CognitiveServices.Speech.SpeechTranslationConfig config, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer : Microsoft.CognitiveServices.Speech.SpeechTranslationConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer
Public Sub New (config As SpeechTranslationConfig, audioConfig As AudioConfig)

参数

config
SpeechTranslationConfig

转换配置。

audioConfig
AudioConfig

音频配置。

适用于

TranslationRecognizer(SpeechTranslationConfig, AutoDetectSourceLanguageConfig)

使用指定的语音翻译器和自动检测源语言配置创建翻译识别器

public TranslationRecognizer (Microsoft.CognitiveServices.Speech.SpeechTranslationConfig config, Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig autoDetectSourceLanguageConfig);
new Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer : Microsoft.CognitiveServices.Speech.SpeechTranslationConfig * Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig -> Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer
Public Sub New (config As SpeechTranslationConfig, autoDetectSourceLanguageConfig As AutoDetectSourceLanguageConfig)

参数

config
SpeechTranslationConfig

转换配置。

autoDetectSourceLanguageConfig
AutoDetectSourceLanguageConfig

指定要在源语音中查找的语言 () 进行合成的配置

适用于

TranslationRecognizer(SpeechTranslationConfig, AutoDetectSourceLanguageConfig, AudioConfig)

使用指定的语音翻译器和音频配置创建翻译识别器。

public TranslationRecognizer (Microsoft.CognitiveServices.Speech.SpeechTranslationConfig config, Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig autoDetectSourceLanguageConfig, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
new Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer : Microsoft.CognitiveServices.Speech.SpeechTranslationConfig * Microsoft.CognitiveServices.Speech.AutoDetectSourceLanguageConfig * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> Microsoft.CognitiveServices.Speech.Translation.TranslationRecognizer
Public Sub New (config As SpeechTranslationConfig, autoDetectSourceLanguageConfig As AutoDetectSourceLanguageConfig, audioConfig As AudioConfig)

参数

config
SpeechTranslationConfig

转换配置。

autoDetectSourceLanguageConfig
AutoDetectSourceLanguageConfig

指定要在源语音中查找的语言 () 进行合成的配置

audioConfig
AudioConfig

音频配置。

适用于